mirror of
https://github.com/paricafe/misskey.git
synced 2025-03-19 16:39:21 -05:00
3 lines
108 B
TypeScript
3 lines
108 B
TypeScript
import * as webpack from 'webpack';
|
|
|
|
export default () => new webpack.optimize.ModuleConcatenationPlugin();
|