prod mode for build

This commit is contained in:
Alfred Melch 2019-08-06 18:25:42 +02:00
parent eb9e56cd0c
commit b3264cee86

View File

@ -4,7 +4,7 @@
"description": "",
"main": "src/index.js",
"scripts": {
"build": "webpack --mode development",
"build": "webpack",
"serve": "webpack serve",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "prettier --check '**/*.js'",