mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-15 06:27:34 -07:00
4165a77cbb
Because uglify-es-webpack-plugin is now deprecated
3 lines
103 B
TypeScript
3 lines
103 B
TypeScript
const UglifyJsPlugin = require('uglifyjs-webpack-plugin');
|
|
|
|
export default () => new UglifyJsPlugin();
|