mirror of
https://github.com/paricafe/misskey.git
synced 2025-03-19 16:39:21 -05:00
3 lines
104 B
TypeScript
3 lines
104 B
TypeScript
const UglifyEsPlugin = require('uglify-es-webpack-plugin');
|
|
|
|
export default () => new UglifyEsPlugin();
|