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
test: add test case for shared dependency with global CSS (issue #9278)
This test validates the scenario from issue #9278 where two async chunks
(blue.js and black.js) share a common dependency (make-text.js), and both
import global CSS (hotpink.css) before their module CSS files.
The test ensures that module CSS correctly takes precedence over global CSS
in the cascade order, matching the behavior of build mode.
Addresses feedback from @IanVS
0 commit comments