mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-28 15:26:44 -06:00
4 lines
103 B
TypeScript
4 lines
103 B
TypeScript
|
const UglifyJSPlugin = require('uglifyjs-webpack-plugin');
|
||
|
|
||
|
export default () => new UglifyJSPlugin();
|