jormungandr-bite/webpack/plugins/hoist.ts

4 lines
108 B
TypeScript
Raw Normal View History

2017-06-25 18:04:42 -06:00
import * as webpack from 'webpack';
export default () => new webpack.optimize.ModuleConcatenationPlugin();