jimerino

Results 1 comments of jimerino

If you use WebPack4, the solution is install terser-webpack-plugin npm install terser-webpack-plugin --save-dev and in module.export put: `optimization: { minimizer: [ new TerserPlugin({ terserOptions: { ecma: undefined, warnings: false, parse:...