mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-12-05 02:08:56 +09:00
4 lines
104 B
TypeScript
4 lines
104 B
TypeScript
const UglifyEsPlugin = require('uglify-es-webpack-plugin');
|
|
|
|
export default () => new UglifyEsPlugin();
|