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