File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 93
93
"typescript" : " ~2.3.1" ,
94
94
"url-loader" : " ^0.5.7" ,
95
95
"walk-sync" : " ^0.3.1" ,
96
- "webpack" : " ~2.4.0 " ,
96
+ "webpack" : " git+https://github.com/webpack/webpack.git#feature/scope-hoisting " ,
97
97
"webpack-dev-middleware" : " ^1.10.2" ,
98
98
"webpack-dev-server" : " ~2.4.5" ,
99
99
"webpack-merge" : " ^2.4.0" ,
Original file line number Diff line number Diff line change @@ -93,7 +93,8 @@ export function getCommonConfig(wco: WebpackConfigOptions) {
93
93
] . concat ( extraRules )
94
94
} ,
95
95
plugins : [
96
- new webpack . NoEmitOnErrorsPlugin ( )
96
+ new webpack . NoEmitOnErrorsPlugin ( ) ,
97
+ new webpack . optimize . ModuleConcatenationPlugin ( )
97
98
] . concat ( extraPlugins ) ,
98
99
node : {
99
100
fs : 'empty' ,
Original file line number Diff line number Diff line change 78
78
"typescript" : " >=2.0.0 <2.4.0" ,
79
79
"url-loader" : " ^0.5.7" ,
80
80
"walk-sync" : " ^0.3.1" ,
81
- "webpack" : " ~2.4.0 " ,
81
+ "webpack" : " git+https://github.com/webpack/webpack.git#feature/scope-hoisting " ,
82
82
"webpack-dev-middleware" : " ^1.10.2" ,
83
83
"webpack-dev-server" : " ~2.4.5" ,
84
84
"webpack-merge" : " ^2.4.0" ,
You can’t perform that action at this time.
0 commit comments