Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

Don't generate vendor chunks for async chunks #646

Open
brendean opened this issue Dec 5, 2018 · 0 comments
Open

Don't generate vendor chunks for async chunks #646

brendean opened this issue Dec 5, 2018 · 0 comments

Comments

@brendean
Copy link

brendean commented Dec 5, 2018

Type of issue

Feature request

Description

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
@brendean brendean changed the title Chunks generate vendor chunks Don't generate vendor chunks for async chunks Dec 5, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant