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