1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-02-17 17:07:28 -06:00
paricafe/webpack/plugins/hoist.ts
2017-06-26 09:04:42 +09:00

3 lines
108 B
TypeScript

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