nuxt-webpack-optimisations
nuxt-webpack-optimisations copied to clipboard
Minification is not applied by default
Describe the bug When building for production, the generated files aren't minified.
To Reproduce Steps to reproduce the behavior:
- Install this module and add it to
buildModules - Build for production
- 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