1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-12-22 10:38:23 +09:00
cherrypick/webpack/plugins/minify.ts

4 lines
104 B
TypeScript
Raw Normal View History

const UglifyEsPlugin = require('uglify-es-webpack-plugin');
2017-05-24 15:10:00 +09:00
export default () => new UglifyEsPlugin();