UNPKG

@gravityforms/gulp-tasks

Version:
18 lines (16 loc) 281 B
const TerserPlugin = require( 'terser-webpack-plugin' ); module.exports = [ new TerserPlugin( { parallel: true, extractComments: false, terserOptions: { compress: { warnings: false, drop_console: true, }, output: { comments: false, }, }, } ), ];