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

Don't generate vendor chunks for async chunks #646

Description

@brendean

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions