@@ -135,7 +135,7 @@ const webpackConfig = merge(baseWebpackConfig, {
},
sourceMap: config.build.productionSourceMap,
cache: true,
- parallel: true
+ parallel: true,
}),
// Compress extracted CSS. We are using this plugin so that possible
// duplicated CSS from different components can be deduped.
@@ -82,7 +82,7 @@
"shelljs": "0.8.2",
"svg-sprite-loader": "6.0.0",
"svgo": "2.0.0",
- "uglifyjs-webpack-plugin": "2.0.0",
+ "uglifyjs-webpack-plugin": "1.2.7",
"url-loader": "4.0.0",
"vue-loader": "^15.10.2",
"vue-style-loader": "4.1.2",