harlan-zw / nuxt-webpack-optimisations

Make your Nuxt.js webpack builds faster ⚡
269 stars 8 forks source link

Avoid overriding users default nuxt configurations #20

Open harlan-zw opened 3 years ago

harlan-zw commented 3 years ago

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

n1j0 commented 2 years ago

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.