Enable scope hoisting
This commit is contained in:
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();
|
Reference in New Issue
Block a user