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