const UglifyJSPlugin = require('uglifyjs-webpack-plugin');

export default () => new UglifyJSPlugin();