Skip to content

chore: remove deprecated splitVendorChunkPlugin #19255

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

patak-dev
Copy link
Member

Description

We deprecated splitVendorChunkPlugin in March 2024:

Even if there are projects still using it, I think we can move forward with the removal in the next major. Users should migrate, or they can inline the removed plugin on their code. This plugin was only intended to help users migrate away from Vite's default chunking strategy, not as a permanent utility.

@patak-dev patak-dev added this to the 7.0 milestone Jan 21, 2025
export {
normalizePath,
mergeConfig,
mergeAlias,
createFilter,
isCSSRequest,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to move isCSSRequest as we were duplicating it in splitVendorChunk to be able to export it in publicUtils. We could move in another PR other utils like isCSSModule to utils too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant