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
fix: fix HMR for concatenated CSS modules with style exportType
- Use stable per-module identifiers ([moduleId, style] tuples) instead
of positional indices for injected style elements in concatenated
CSS modules
- Track inner module IDs of ConcatenatedModules in HMR records so
removed sub-modules appear in hotUpdateMainJson.m
- Add buildMeta.needIdWithoutChunk flag to ensure style-type CSS
modules retain module IDs when disconnected from chunks during
concatenation
Fix HMR for concatenated CSS modules with `style` exportType by using stable per-module identifiers for injected style elements and tracking inner module IDs of concatenated modules in HMR records
0 commit comments