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
The styling behavior of the legacy bundle differs from that of the modern bundle. Can be reproduced when common chunks are generated.
I've provided a stackblitz environment with pre-built dist, and modified the index.html to ensure the legacy bundle executed. The buttons should be green and blue respectively(as on dev and modern bundle), but they are all black on legacy bundle.
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to vuejs/core instead.
Describe the bug
The styling behavior of the legacy bundle differs from that of the modern bundle. Can be reproduced when common chunks are generated.
I've provided a stackblitz environment with pre-built dist, and modified the
index.html
to ensure the legacy bundle executed. The buttons should be green and blue respectively(as on dev and modern bundle), but they are all black on legacy bundle.Reproduction
https://stackblitz.com/edit/vite-ubkstt?file=dist%2Findex.html,dist%2Fassets%2FGreenButton-legacy-a72b2200.js
Steps to reproduce
No response
System Info
Used Package Manager
yarn
Logs
No response
Validations
The text was updated successfully, but these errors were encountered: