mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-02-05 06:10:21 -07:00
3 lines
103 B
TypeScript
3 lines
103 B
TypeScript
const UglifyJsPlugin = require('uglifyjs-webpack-plugin');
|
|
|
|
export default () => new UglifyJsPlugin();
|