1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-01 15:45:58 +09:00
cherrypick/webpack/plugins/minify.ts
2017-05-24 15:10:00 +09:00

4 lines
103 B
TypeScript

const UglifyJSPlugin = require('uglifyjs-webpack-plugin');
export default () => new UglifyJSPlugin();