mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-24 00:45:18 +00:00
3 lines
104 B
TypeScript
3 lines
104 B
TypeScript
const UglifyEsPlugin = require('uglify-es-webpack-plugin');
|
|
|
|
export default () => new UglifyEsPlugin();
|