1
0
mirror of https://github.com/hotomoe/hotomoe synced 2024-12-01 16:28:12 +09:00
hotomoe/webpack/plugins/minify.ts

4 lines
104 B
TypeScript

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