mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 15:45:58 +09:00
4 lines
103 B
TypeScript
4 lines
103 B
TypeScript
const UglifyJSPlugin = require('uglifyjs-webpack-plugin');
|
|
|
|
export default () => new UglifyJSPlugin();
|