1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-12-12 13:48:28 +09:00
cherrypick/webpack/plugins/minify.ts

4 lines
104 B
TypeScript

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