Skip to content

Commit 503fa28

Browse files
revert: set max old space to 4096 (#3253)
revert: set max old space to 4096
2 parents 4dc0048 + f1434fa commit 503fa28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/assets.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -e -x
66

77
yarn clean
88

9-
NODE_ENV=production node --max_old_space_size=256 node_modules/.bin/webpack --config ./webpack
9+
NODE_ENV=production node --max_old_space_size=4096 node_modules/.bin/webpack --config ./webpack
1010
stylus \
1111
$(find src/client/assets -name '*.styl') \
1212
--compress \

0 commit comments

Comments
 (0)