1
0
mirror of https://github.com/hotomoe/hotomoe synced 2025-01-07 18:32:54 +09:00
hotomoe/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();