2
0
mirror of https://github.com/tenrok/vue-form-wizard.git synced 2026-06-14 23:52:24 +03:00

#28 Do not expose private paths in build file

This commit is contained in:
cristijora
2017-07-12 23:57:11 +03:00
parent 56eead6729
commit 67ee1940e5
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
"scripts": {
"dev": "node build/dev-server.js",
"start": "node build/dev-server.js",
"build": "cross-env FULL_BUNDLE=false webpack --progress --config webpack.build.config.js",
"build": "cross-env FULL_BUNDLE=false webpack -p --progress --config webpack.build.config.js",
"unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run",
"unit:watch": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --watch",
"e2e": "node test/e2e/runner.js",
+2 -2
View File
@@ -63,8 +63,8 @@ module.exports = [
plugins: [
new webpack.DefinePlugin({
"process.env" : {
NODE_ENV : JSON.stringify("production")
'process.env' : {
NODE_ENV : '"production"'
}
}),
new webpack.optimize.UglifyJsPlugin({