1
0
Fork 1
mirror of https://example.com synced 2024-11-25 05:36:39 +09:00
firefish/webpack/plugins/hoist.ts

4 lines
108 B
TypeScript
Raw Normal View History

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