Split webpack chunks in 250kb files
-
Si there any way of enfocing a max chunk size in webpack. I need files to be smaller than 250kb in order to serve the web app in an esp32.
-
This might help you to archive < 250kb chunks:
https://quasar.dev/quasar-cli/quasar-conf-js#Property%3A-vendor -
@dobbel tried that but the vendor file a I got only reduced to 700kb it’s still too big
-
Yuu could post a github issue/feature request about this.