diff options
author | 2021-08-16 16:51:27 -0700 | |
---|---|---|
committer | 2021-08-16 16:51:27 -0700 | |
commit | 209391d01c9fad548d5b84d8d0c530d317aa1d92 (patch) | |
tree | 6513e218e49b86d30741606580cf6da5867dba7b | |
parent | 2600c4f4c436a49058bfd8e664931c431e480094 (diff) | |
download | bun-209391d01c9fad548d5b84d8d0c530d317aa1d92.tar.gz bun-209391d01c9fad548d5b84d8d0c530d317aa1d92.tar.zst bun-209391d01c9fad548d5b84d8d0c530d317aa1d92.zip |
Update package.json
Former-commit-id: ad0b74a24ae1f9c711d05d08ca9378f0e54f1933
-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" } } } |