We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ec9308 commit 2ddc9bfCopy full SHA for 2ddc9bf
packages/runtime/src/constants.ts
@@ -17,7 +17,7 @@ export const HIDDEN_PATHS = [
17
'/build-manifest.json',
18
'/prerender-manifest.json',
19
'/react-loadable-manifest.json',
20
- process.env.NODE_ENV === `test` ? false : '/BUILD_ID',
+ process.env.NODE_ENV === `test` ? `` : '/BUILD_ID',
21
'/app-build-manifest.json',
22
'/app-path-routes-manifest.json',
23
'/export-marker.json',
0 commit comments