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