1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-01 15:45:58 +09:00
cherrypick/webpack/plugins/hoist.ts
2017-06-26 09:04:42 +09:00

4 lines
108 B
TypeScript

import * as webpack from 'webpack';
export default () => new webpack.optimize.ModuleConcatenationPlugin();