Loading...
Loading...
Debug and verification workflow for runtime-bundle and module-resolution regressions. Use when diagnosing unexpected module inclusions, bundle size regressions, or CI failures related to NEXT_SKIP_ISOLATE, nft.json traces, or runtime bundle selection (module.compiled.js). Covers CI env mirroring, full stack traces via __NEXT_SHOW_IGNORE_LISTED, route trace inspection, and webpack stats diffing.
npx skill4agent add vercel/next.js runtime-debugIS_WEBPACK_TEST=1NEXT_SKIP_ISOLATE=1NEXT_SKIP_ISOLATE=1__NEXT_SHOW_IGNORE_LISTED=trueat ignore-listed framespackages/next/src/server/patch-error-inspect.tsnext build.next/server/.../page.js.nft.jsonnext/dist/server/stream-utils/node-stream-helpers.jsnode:stream/promisestest-start-webpacknext.config.js// next.config.js
module.exports = {
webpack(config) {
config.profile = true
return config
},
}stats.toJson({ modules: true, chunks: true, reasons: true })webpack-stats-server.jsonnode:stream/promises$flags$dce-edge$react-vendoring