1
0
mirror of https://github.com/hotomoe/hotomoe synced 2024-12-11 21:28:14 +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();