File tree 3 files changed +4
-6
lines changed
3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -115,8 +115,6 @@ module.exports = {
115
115
. replace ( / \\ / g, '/' ) ,
116
116
} ,
117
117
optimization : {
118
- // webpack-manifest-plugin currently does not play well with ConcatenatedModule
119
- concatenateModules : false ,
120
118
minimizer : [
121
119
new UglifyJsPlugin ( {
122
120
uglifyOptions : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"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 " ,
6
6
"bootstrap" : " 4.1.0" ,
7
7
"chai" : " 3.5.0" ,
8
8
"jsdom" : " 9.8.3" ,
Original file line number Diff line number Diff line change 68
68
"url-loader" : " 1.0.1" ,
69
69
"webpack" : " 4.8.3" ,
70
70
"webpack-dev-server" : " 3.1.4" ,
71
- "webpack-manifest-plugin" : " 2.0.2 " ,
71
+ "webpack-manifest-plugin" : " 2.0.3 " ,
72
72
"whatwg-fetch" : " 2.0.4"
73
73
},
74
74
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments