Add minimal release webpack config without minimize and without production tags

This commit is contained in:
Jakub Juszczak
2016-12-23 12:28:28 +01:00
parent 2a1377c01d
commit b2f0a5ba03
2 changed files with 79 additions and 0 deletions

View File

@@ -22,6 +22,7 @@
"e2e": "node test/e2e/runner.js",
"test": "npm run unit",
"lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs",
"release": "webpack --progress --hide-modules --config ./build/webpack.release.js",
"prepublish": "node build/build.js"
},
"dependencies": {