We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 708264a commit a854e72Copy full SHA for a854e72
scripts/assets.sh
@@ -6,7 +6,7 @@ set -e -x
6
7
yarn clean
8
9
-NODE_ENV=production node --max-old-space-size-percentage=80 node_modules/.bin/webpack --config ./webpack
+NODE_ENV=production node --max_old_space_size=256 node_modules/.bin/webpack --config ./webpack
10
stylus \
11
$(find src/client/assets -name '*.styl') \
12
--compress \
0 commit comments