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
If true, styles will be included in the JavaScript class and injected at runtime. It's recommended that you set this to `false` and use the CSS that is statically generated, as it will result in smaller JavaScript bundles and better performance.
apparently the behavior of svelte does not match the documentation
Describe the bug
Svelte still add css code to the bundle even though
css
option is disabled? I need to exclude css from ssr bundle.see this repl: https://svelte.dev/repl/23b31c4296b043248dabb13cd3930176?version=3.44.3

I also get this error on local.
This is from svelte docs:
apparently the behavior of svelte does not match the documentation
Reproduction
https://svelte.dev/repl/23b31c4296b043248dabb13cd3930176?version=3.44.3
Logs
No response
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: