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 has been archived by the owner on Oct 13, 2022. It is now read-only.
The webpack template sets css to false on the server version.
This is different from the rollup version which doesn't set emitCss to false.
The opposite holds true for the client versions. I'm not sure what the defaults are and if they differ between the webpack and rollup implementations, but it feels wrong if that's the case. Furthermore if I understand correctly, setting emitCss to false would inline the styles, which would be better for Lighthouse benchmarks.
The text was updated successfully, but these errors were encountered:
vipero07
added a commit
to vipero07/sapper-template
that referenced
this issue
Jan 3, 2020
The webpack template sets css to false on the server version.
This is different from the rollup version which doesn't set emitCss to false.
The opposite holds true for the client versions. I'm not sure what the defaults are and if they differ between the webpack and rollup implementations, but it feels wrong if that's the case. Furthermore if I understand correctly, setting emitCss to false would inline the styles, which would be better for Lighthouse benchmarks.
The text was updated successfully, but these errors were encountered: