mirror of
https://example.com
synced 2024-11-23 20:16:38 +09:00
3 lines
108 B
TypeScript
3 lines
108 B
TypeScript
import * as webpack from 'webpack';
|
|
|
|
export default () => new webpack.optimize.ModuleConcatenationPlugin();
|