rudeshark.net/webpack/plugins/hoist.ts

4 lines
108 B
TypeScript
Raw Normal View History

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