1
0

Enable scope hoisting

This commit is contained in:
syuilo
2017-06-26 09:04:42 +09:00
parent 66224f5ac6
commit 9efdfa314f
3 changed files with 7 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
import * as webpack from 'webpack';
export default () => new webpack.optimize.ModuleConcatenationPlugin();