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
* respect user emitCss option - fixes#9
* ensure hmr keeps working with emitCss: false option, remove forced values for css and hydratable
* add changeset
* stabilize hmr test
* stabilize hmr test some more
Co-authored-by: dominikg <dominik.goepel@gmx.de>
Describe the feature
Allow use of emitCss: false / compilerOptions.css: true for production builds
A Usecase
It has been brought up by @rixo and also reported on svite repo svitejs/svite#13
So there are usecases for this.
Alternatives
What could be alternative ways to make it happen
Additional context
We should document that emitCss is highly recommended for regular production apps
The text was updated successfully, but these errors were encountered: