We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4dc0048 + f1434fa commit 503fa28Copy full SHA for 503fa28
scripts/assets.sh
@@ -6,7 +6,7 @@ set -e -x
6
7
yarn clean
8
9
-NODE_ENV=production node --max_old_space_size=256 node_modules/.bin/webpack --config ./webpack
+NODE_ENV=production node --max_old_space_size=4096 node_modules/.bin/webpack --config ./webpack
10
stylus \
11
$(find src/client/assets -name '*.styl') \
12
--compress \
0 commit comments