mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-25 11:56:43 -06:00
3 lines
104 B
TypeScript
3 lines
104 B
TypeScript
const UglifyEsPlugin = require('uglify-es-webpack-plugin');
|
|
|
|
export default () => new UglifyEsPlugin();
|