File tree Expand file tree Collapse file tree 3 files changed +145
-136
lines changed Expand file tree Collapse file tree 3 files changed +145
-136
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ module.exports = {
8
8
assetsRoot : path . resolve ( __dirname , '../docs' ) ,
9
9
assetsSubDirectory : 'static' ,
10
10
assetsPublicPath : '/' ,
11
- productionSourceMap : true ,
11
+ productionSourceMap : false ,
12
12
// Gzip off by default as many popular static hosts such as
13
13
// Surge or Netlify already gzip all static assets for you.
14
14
// Before setting to `true`, make sure to:
Original file line number Diff line number Diff line change 29
29
"unit" : " cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run" ,
30
30
"lint" : " eslint --ext .js,.vue src test/unit/specs" ,
31
31
"prepublish" : " npm run lint && npm run build" ,
32
- "release" : " webpack --progress --hide-modules --config ./build/webpack.release.js && NODE_ENV=production webpack --progress --hide-modules --config ./build/webpack.release.min.js"
32
+ "release" : " cross-env NODE_ENV=production webpack --progress --hide-modules --config ./build/webpack.release.js && cross-env NODE_ENV=production webpack --progress --hide-modules --config ./build/webpack.release.min.js"
33
33
},
34
34
"files" : [
35
35
" dist"
80
80
"karma-webpack" : " ^2.0.3" ,
81
81
"lolex" : " ^1.6.0" ,
82
82
"mocha" : " ^3.1.0" ,
83
- "node-sass" : " ^4.8.3 " ,
83
+ "node-sass" : " ^4.11.0 " ,
84
84
"opn" : " ^4.0.2" ,
85
85
"ora" : " ^1.2.0" ,
86
86
"phantomjs-prebuilt" : " ^2.1.3" ,
90
90
"sinon" : " ^2.1.0" ,
91
91
"sinon-chai" : " ^2.9.0" ,
92
92
"url-loader" : " ^0.5.8" ,
93
- "vue" : " ^2.3.3 " ,
93
+ "vue" : " ^2.6.9 " ,
94
94
"vue-loader" : " ^12.1.0" ,
95
95
"vue-play" : " ^3.2.1" ,
96
96
"vue-play-cli" : " ^1.1.1" ,
97
97
"vue-style-loader" : " ^3.0.1" ,
98
- "vue-template-compiler" : " ^2.3.3 " ,
98
+ "vue-template-compiler" : " ^2.6.9 " ,
99
99
"webpack" : " ^1.13.2" ,
100
100
"webpack-dev-middleware" : " ^1.10.1" ,
101
101
"webpack-hot-middleware" : " ^2.17.1" ,
You can’t perform that action at this time.
0 commit comments