nuxt-webpack-optimisations icon indicating copy to clipboard operation
nuxt-webpack-optimisations copied to clipboard

Minification is not applied by default

Open TheDutchCoder opened this issue 2 years ago • 1 comments

Describe the bug When building for production, the generated files aren't minified.

To Reproduce Steps to reproduce the behavior:

  1. Install this module and add it to buildModules
  2. Build for production
  3. Do a Lighthouse pass on the site and it'll tell you that JS isn't minified

Expected behavior JS to be minified by default in build mode.

Screenshots image

TheDutchCoder avatar Aug 26 '23 14:08 TheDutchCoder