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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Patch Changes
0ad3371: Fix styles disappearing after a config change in Vue and Svelte projects. Editing your config rebuilt the
context without the built-in Vue/Svelte plugins, so those files stopped producing CSS until you restarted the dev
server. The reload now keeps them.