commit 97583e0def8167b2e0e9fb51895801b1a5daed91 parent 27865b5d42f0292b0aac6076eeeca6a37e92affa Author: Yohanes Bandung <bandungpenting@gmail.com> Date: Sun, 10 May 2020 18:23:18 +0700 refactor(build): add build config for make world Diffstat:
M | package.json | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json @@ -7,7 +7,7 @@ "clean": "bsb -clean-world", "test": "echo \"Error: no test specified\" && exit 1", "webpack": "webpack -w", - "webpack:production": "NODE_ENV=production webpack", + "webpack:production": "bsb -make-world && NODE_ENV=production webpack", "server": "webpack-dev-server" }, "keywords": [