File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -115,8 +115,6 @@ module.exports = {
115115 . replace ( / \\ / g, '/' ) ,
116116 } ,
117117 optimization : {
118- // webpack-manifest-plugin currently does not play well with ConcatenatedModule
119- concatenateModules : false ,
120118 minimizer : [
121119 new UglifyJsPlugin ( {
122120 uglifyOptions : {
Original file line number Diff line number Diff line change 11{
22 "dependencies" : {
3- "@babel/plugin-transform-modules-commonjs" : " 7.0.0-beta.36 " ,
4- "@babel/polyfill" : " 7.0.0-beta.36 " ,
5- "@babel/register" : " 7.0.0-beta.36 " ,
3+ "@babel/plugin-transform-modules-commonjs" : " 7.0.0-beta.46 " ,
4+ "@babel/polyfill" : " 7.0.0-beta.46 " ,
5+ "@babel/register" : " 7.0.0-beta.46 " ,
66 "bootstrap" : " 4.1.0" ,
77 "chai" : " 3.5.0" ,
88 "jsdom" : " 9.8.3" ,
Original file line number Diff line number Diff line change 6868 "url-loader" : " 1.0.1" ,
6969 "webpack" : " 4.8.3" ,
7070 "webpack-dev-server" : " 3.1.4" ,
71- "webpack-manifest-plugin" : " 2.0.2 " ,
71+ "webpack-manifest-plugin" : " 2.0.3 " ,
7272 "whatwg-fetch" : " 2.0.4"
7373 },
7474 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments