nuxt-webpack-optimisations
nuxt-webpack-optimisations copied to clipboard
Avoid overriding users default nuxt configurations
There are certain options within the nuxt config that the user may have specifically opted out of. Such as parralel or hardsource, in this case we should honour their configuration instead of changing it.
This may require parsing the nuxt.config.js again
Hey @harlan-zw, I honestly haven't looked closely at version 2 yet. Is this still open? Then I would like to take a closer look at it soon.