Webpack - splitChunks
-
Hi,
Does quasar webpack come pre-installed with the splitChunks option? If not, how would I configure webpack in quasar.conf.js to enable it?
-
Quasar does do code splitting.
In the
quasar.conf.js
build section there is also thepreloadChunks
setting. Not sure if that is what you are looking for.https://quasar.dev/quasar-cli/quasar-conf-js#build-Property
Scott