Enable scope hoisting
This commit is contained in:
parent
66224f5ac6
commit
9efdfa314f
3 changed files with 7 additions and 2 deletions
3
webpack/plugins/hoist.ts
Normal file
3
webpack/plugins/hoist.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
import * as webpack from 'webpack';
|
||||
|
||||
export default () => new webpack.optimize.ModuleConcatenationPlugin();
|
Loading…
Add table
Add a link
Reference in a new issue