mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-23 12:39:59 +01:00
4 lines
103 B
TypeScript
4 lines
103 B
TypeScript
const UglifyJSPlugin = require('uglifyjs-webpack-plugin');
|
|
|
|
export default () => new UglifyJSPlugin();
|