mirror of
https://github.com/paricafe/misskey.git
synced 2025-01-19 01:18:39 -06:00
3 lines
103 B
TypeScript
3 lines
103 B
TypeScript
const UglifyJSPlugin = require('uglifyjs-webpack-plugin');
|
|
|
|
export default () => new UglifyJSPlugin();
|