Reorganize and refactor build routine
This commit is contained in:
@@ -19,11 +19,12 @@
|
||||
],
|
||||
"scripts": {
|
||||
"build": "webpack --progress --config assets/build/webpack.config.js",
|
||||
"build:production": "npm run build -s -- -p",
|
||||
"start": "npm run build -s -- --watch",
|
||||
"build:production": "webpack --progress -p --config assets/build/webpack.config.js",
|
||||
"build:profile": "webpack --progress --profile --json --config assets/build/webpack.config.js",
|
||||
"start": "webpack --hide-modules --watch --config assets/build/webpack.config.js",
|
||||
"clean": "rimraf dist",
|
||||
"lint": "eslint assets/scripts assets/build",
|
||||
"test": "npm run lint -s"
|
||||
"test": "npm run lint"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 4.5"
|
||||
|
||||
Reference in New Issue
Block a user