The "bundles" option allows users to specify lists of files to be split into separate bundles, while every other dependency is added to the catch-all page bundle.
It's also possible to disable bundling with "bundlingEnabled": false, which overrides the "bundles" option and writes all dependencies to separate files.
It would be useful to have an option ("bundleAll"?) which would still generate bundles listed in the "bundles" array, but all other dependencies would be written to separate files like with "bundlingEnabled": false.
The
"bundles"
option allows users to specify lists of files to be split into separate bundles, while every other dependency is added to the catch-all page bundle.It's also possible to disable bundling with
"bundlingEnabled": false
, which overrides the"bundles"
option and writes all dependencies to separate files.It would be useful to have an option ("bundleAll"?) which would still generate bundles listed in the
"bundles"
array, but all other dependencies would be written to separate files like with"bundlingEnabled": false
.