mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-12-15 23:28:07 +09:00
4 lines
103 B
TypeScript
4 lines
103 B
TypeScript
|
const UglifyJSPlugin = require('uglifyjs-webpack-plugin');
|
||
|
|
||
|
export default () => new UglifyJSPlugin();
|