mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-28 23:08:12 +09:00
4165a77cbb
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();
|