1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-01 23:55:58 +09:00
cherrypick/webpack/plugins/minify.ts

4 lines
104 B
TypeScript

const UglifyEsPlugin = require('uglify-es-webpack-plugin');
export default () => new UglifyEsPlugin();