Skip to content

Commit 2ddc9bf

Browse files
committed
fix: typescript gods
1 parent 8ec9308 commit 2ddc9bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const HIDDEN_PATHS = [
1717
'/build-manifest.json',
1818
'/prerender-manifest.json',
1919
'/react-loadable-manifest.json',
20-
process.env.NODE_ENV === `test` ? false : '/BUILD_ID',
20+
process.env.NODE_ENV === `test` ? `` : '/BUILD_ID',
2121
'/app-build-manifest.json',
2222
'/app-path-routes-manifest.json',
2323
'/export-marker.json',

0 commit comments

Comments
 (0)