mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-12-13 14:18:26 +09:00
4 lines
103 B
TypeScript
4 lines
103 B
TypeScript
|
const UglifyJSPlugin = require('uglifyjs-webpack-plugin');
|
||
|
|
||
|
export default () => new UglifyJSPlugin();
|