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
{{ message }}
This repository was archived by the owner on Mar 19, 2026. It is now read-only.
When returning a CSS module type in the load plugin hook, an empty CSS chunk is generated in addition to the returned CSS. This is an issue for SvelteKit because we traverse the CSS imports from the viteMetadata property to inline them but these empty chunks are included in the imports, but do not exist in the Vite manifest that's generated from the build.