/opt/canhelp/node_modules/next/dist/esm/server
NameSizeModeActions
after/-0755rm
api-utils/-0755rm
app-render/-0755rm
async-storage/-0755rm
base-http/-0755rm
dev/-0755rm
instrumentation/-0755rm
lib/-0755rm
node-environment-extensions/-0755rm
normalizers/-0755rm
og/-0755rm
request/-0755rm
response-cache/-0755rm
resume-data-cache/-0755rm
route-definitions/-0755rm
route-matcher-managers/-0755rm
route-matcher-providers/-0755rm
route-matchers/-0755rm
route-matches/-0755rm
route-modules/-0755rm
stream-utils/-0755rm
typescript/-0755rm
use-cache/-0755rm
web/-0755rm
accept-header.js38520644editdlrm
accept-header.js.map64540644editdlrm
base-server.js965210644editdlrm
base-server.js.map1621330644editdlrm
body-streams.js29790644editdlrm
body-streams.js.map54080644editdlrm
cache-dir.js3240644editdlrm
cache-dir.js.map6980644editdlrm
ci-info.js6560644editdlrm
ci-info.js.map13170644editdlrm
client-component-renderer-logger.js17390644editdlrm
client-component-renderer-logger.js.map29840644editdlrm
config-schema.js273500644editdlrm
config-schema.js.map541600644editdlrm
config-shared.js66020644editdlrm
config-shared.js.map580730644editdlrm
config-utils.js56760644editdlrm
config-utils.js.map65820644editdlrm
config.js714880644editdlrm
config.js.map996810644editdlrm
create-deduped-by-callsite-server-error-logger.js23300644editdlrm
create-deduped-by-callsite-server-error-logger.js.map36410644editdlrm
crypto-utils.js23300644editdlrm
crypto-utils.js.map42990644editdlrm
dynamic-rendering-utils.js29840644editdlrm
dynamic-rendering-utils.js.map48830644editdlrm
font-utils.js15540644editdlrm
font-utils.js.map30730644editdlrm
get-app-route-from-entrypoint.js4520644editdlrm
get-app-route-from-entrypoint.js.map8520644editdlrm
get-page-files.js5470644editdlrm
get-page-files.js.map16990644editdlrm
get-route-from-entrypoint.js7940644editdlrm
get-route-from-entrypoint.js.map13980644editdlrm
htmlescape.js5100644editdlrm
htmlescape.js.map9610644editdlrm
image-optimizer.js334240644editdlrm
image-optimizer.js.map553920644editdlrm
internal-utils.js5780644editdlrm
internal-utils.js.map13080644editdlrm
load-components.js62050644editdlrm
load-components.js.map131850644editdlrm
load-default-error-components.js15560644editdlrm
load-default-error-components.js.map38870644editdlrm
load-manifest.external.js23080644editdlrm
load-manifest.external.js.map57630644editdlrm
match-bundle.js3200644editdlrm
match-bundle.js.map7050644editdlrm
next-server.js654510644editdlrm
next-server.js.map1101450644editdlrm
next-typescript.js910644editdlrm
next-typescript.js.map2150644editdlrm
next.js135400644editdlrm
next.js.map269300644editdlrm
node-environment-baseline.js8760644editdlrm
node-environment-baseline.js.map15540644editdlrm
node-environment.js7570644editdlrm
node-environment.js.map11650644editdlrm
node-polyfill-crypto.js5440644editdlrm
node-polyfill-crypto.js.map10130644editdlrm
optimize-amp.js3600644editdlrm
optimize-amp.js.map8230644editdlrm
patch-error-inspect.js175330644editdlrm
patch-error-inspect.js.map285930644editdlrm
pipe-readable.js50210644editdlrm
pipe-readable.js.map77020644editdlrm
post-process.js18000644editdlrm
post-process.js.map39970644editdlrm
ReactDOMServerPages.d.ts380644editdlrm
ReactDOMServerPages.js5840644editdlrm
ReactDOMServerPages.js.map9560644editdlrm
render-result.js72040644editdlrm
render-result.js.map142390644editdlrm
render.js534870644editdlrm
render.js.map854420644editdlrm
request-meta.js13410644editdlrm
request-meta.js.map94330644editdlrm
require-hook.js22770644editdlrm
require-hook.js.map43970644editdlrm
require.js30420644editdlrm
require.js.map61070644editdlrm
revalidation-utils.js29170644editdlrm
revalidation-utils.js.map57080644editdlrm
route-kind.js8290644editdlrm
route-kind.js.map9270644editdlrm
send-payload.js21740644editdlrm
send-payload.js.map42120644editdlrm
send-response.js30400644editdlrm
send-response.js.map45980644editdlrm
serve-static.js13340644editdlrm
serve-static.js.map26030644editdlrm
server-route-utils.js10610644editdlrm
server-route-utils.js.map19990644editdlrm
server-utils.js153150644editdlrm
server-utils.js.map261390644editdlrm
setup-http-agent-env.js8320644editdlrm
setup-http-agent-env.js.map14390644editdlrm
utils.js26720644editdlrm
utils.js.map41390644editdlrm
Edit: /opt/canhelp/node_modules/next/dist/esm/server/config-utils.js (5676B)
let installed = false; export function loadWebpackHook() { const { init: initWebpack } = require('next/dist/compiled/webpack/webpack'); if (installed) { return; } installed = true; initWebpack(); require('../server/require-hook').addHookAliases([ [ 'webpack', 'next/dist/compiled/webpack/webpack-lib' ], [ 'webpack/package', 'next/dist/compiled/webpack/package' ], [ 'webpack/package.json', 'next/dist/compiled/webpack/package' ], [ 'webpack/lib/webpack', 'next/dist/compiled/webpack/webpack-lib' ], [ 'webpack/lib/webpack.js', 'next/dist/compiled/webpack/webpack-lib' ], [ 'webpack/lib/node/NodeEnvironmentPlugin', 'next/dist/compiled/webpack/NodeEnvironmentPlugin' ], [ 'webpack/lib/node/NodeEnvironmentPlugin.js', 'next/dist/compiled/webpack/NodeEnvironmentPlugin' ], [ 'webpack/lib/BasicEvaluatedExpression', 'next/dist/compiled/webpack/BasicEvaluatedExpression' ], [ 'webpack/lib/BasicEvaluatedExpression.js', 'next/dist/compiled/webpack/BasicEvaluatedExpression' ], [ 'webpack/lib/node/NodeTargetPlugin', 'next/dist/compiled/webpack/NodeTargetPlugin' ], [ 'webpack/lib/node/NodeTargetPlugin.js', 'next/dist/compiled/webpack/NodeTargetPlugin' ], [ 'webpack/lib/node/NodeTemplatePlugin', 'next/dist/compiled/webpack/NodeTemplatePlugin' ], [ 'webpack/lib/node/NodeTemplatePlugin.js', 'next/dist/compiled/webpack/NodeTemplatePlugin' ], [ 'webpack/lib/LibraryTemplatePlugin', 'next/dist/compiled/webpack/LibraryTemplatePlugin' ], [ 'webpack/lib/LibraryTemplatePlugin.js', 'next/dist/compiled/webpack/LibraryTemplatePlugin' ], [ 'webpack/lib/SingleEntryPlugin', 'next/dist/compiled/webpack/SingleEntryPlugin' ], [ 'webpack/lib/SingleEntryPlugin.js', 'next/dist/compiled/webpack/SingleEntryPlugin' ], [ 'webpack/lib/optimize/LimitChunkCountPlugin', 'next/dist/compiled/webpack/LimitChunkCountPlugin' ], [ 'webpack/lib/optimize/LimitChunkCountPlugin.js', 'next/dist/compiled/webpack/LimitChunkCountPlugin' ], [ 'webpack/lib/webworker/WebWorkerTemplatePlugin', 'next/dist/compiled/webpack/WebWorkerTemplatePlugin' ], [ 'webpack/lib/webworker/WebWorkerTemplatePlugin.js', 'next/dist/compiled/webpack/WebWorkerTemplatePlugin' ], [ 'webpack/lib/ExternalsPlugin', 'next/dist/compiled/webpack/ExternalsPlugin' ], [ 'webpack/lib/ExternalsPlugin.js', 'next/dist/compiled/webpack/ExternalsPlugin' ], [ 'webpack/lib/web/FetchCompileWasmTemplatePlugin', 'next/dist/compiled/webpack/FetchCompileWasmTemplatePlugin' ], [ 'webpack/lib/web/FetchCompileWasmTemplatePlugin.js', 'next/dist/compiled/webpack/FetchCompileWasmTemplatePlugin' ], [ 'webpack/lib/web/FetchCompileWasmPlugin', 'next/dist/compiled/webpack/FetchCompileWasmPlugin' ], [ 'webpack/lib/web/FetchCompileWasmPlugin.js', 'next/dist/compiled/webpack/FetchCompileWasmPlugin' ], [ 'webpack/lib/web/FetchCompileAsyncWasmPlugin', 'next/dist/compiled/webpack/FetchCompileAsyncWasmPlugin' ], [ 'webpack/lib/web/FetchCompileAsyncWasmPlugin.js', 'next/dist/compiled/webpack/FetchCompileAsyncWasmPlugin' ], [ 'webpack/lib/ModuleFilenameHelpers', 'next/dist/compiled/webpack/ModuleFilenameHelpers' ], [ 'webpack/lib/ModuleFilenameHelpers.js', 'next/dist/compiled/webpack/ModuleFilenameHelpers' ], [ 'webpack/lib/GraphHelpers', 'next/dist/compiled/webpack/GraphHelpers' ], [ 'webpack/lib/GraphHelpers.js', 'next/dist/compiled/webpack/GraphHelpers' ], [ 'webpack/lib/NormalModule', 'next/dist/compiled/webpack/NormalModule' ], [ 'webpack-sources', 'next/dist/compiled/webpack/sources' ], [ 'webpack-sources/lib', 'next/dist/compiled/webpack/sources' ], [ 'webpack-sources/lib/index', 'next/dist/compiled/webpack/sources' ], [ 'webpack-sources/lib/index.js', 'next/dist/compiled/webpack/sources' ], [ '@babel/runtime', 'next/dist/compiled/@babel/runtime/package.json' ], [ '@babel/runtime/package.json', 'next/dist/compiled/@babel/runtime/package.json' ] ].map(// Use dynamic require.resolve to avoid statically analyzable since they're only for build time ([request, replacement])=>[ request, require.resolve(replacement) ])); } //# sourceMappingURL=config-utils.js.map