Skip to content

fix: should update initial chunks correctly with filename #1132

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 1 commit into
base: master
Choose a base branch
from

Conversation

JSerFeng
Copy link

@JSerFeng JSerFeng commented Jul 18, 2025

This PR contains a:

  • bugfix
  • new feature
  • code refactor
  • test update
  • typo fix
  • metadata update

Motivation / Use-Case

Fix #1133

Initial css chunk cannot update if user specify filename or chunkFilename. Because MiniCssExtractPlugin has GetChunkFilenameRuntimeModule and force the allChunks parameter to be false, that will cause that runtime cannot get correct url for updated initial css chunk.

This change aligns behavior of webpack's native css support.

Breaking Changes

Additional Info

@JSerFeng
Copy link
Author

How can I add test for this case, seems HMR.test is not what I'm looking for

@JSerFeng JSerFeng changed the title fix: should contains GetFilenameRuntime for initial chunks fix: should update initial chunks correctly with filename Jul 18, 2025
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.

Initial style cannot update
1 participant