diff options
-rw-r--r-- | demos/css-stress-test/nexty/package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/demos/css-stress-test/nexty/package.json b/demos/css-stress-test/nexty/package.json index 359aa3f34..2399517b7 100644 --- a/demos/css-stress-test/nexty/package.json +++ b/demos/css-stress-test/nexty/package.json @@ -50,7 +50,9 @@ "process.env.__NEXT_HAS_REWRITES": "false", "process.env.__NEXT_ANALYTICS_ID": "null", "process.env.__NEXT_CROSS_ORIGIN": "''", - "process.env.__NEXT_STRICT_MODE": "false" + "process.env.__NEXT_STRICT_MODE": "false", + "global": "globalThis", + "window": "undefined" } } } |