You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2019. It is now read-only.
Currently the config for splitChunks.cacheGroups.vendor.chunks is initial which will result in a vendor bundle being generated for a chunk (if needed). For my use case at least I would rather that all vendor files be in the vendor bundle (even before the chunk needing them is loaded).
Current behavior
Vendor bundles can be generated for each async chunk.
Expected behavior
All vendor code should be in the vendor bundle and chunks should only be non-vendor code (this is just my use case, I'm not sure if this is the behavior everyone would want).
Your environment
fusion-cli version: 1.13.0-beta.17
The text was updated successfully, but these errors were encountered:
brendean
changed the title
Chunks generate vendor chunks
Don't generate vendor chunks for async chunks
Dec 5, 2018
Type of issue
Feature request
Description
Currently the config for
splitChunks.cacheGroups.vendor.chunks
isinitial
which will result in a vendor bundle being generated for a chunk (if needed). For my use case at least I would rather that all vendor files be in the vendor bundle (even before the chunk needing them is loaded).Current behavior
Vendor bundles can be generated for each async chunk.
Expected behavior
All vendor code should be in the vendor bundle and chunks should only be non-vendor code (this is just my use case, I'm not sure if this is the behavior everyone would want).
Your environment
The text was updated successfully, but these errors were encountered: