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
Leaving aside the lack of sourcemaps here, this doesn't totally work, because it only includes Svelte's own CSS. It doesn't include anything that was manually imported.
The dev loader just ignores CSS files altogether, but it could instead gather up those dependencies and report back
The text was updated successfully, but these errors were encountered:
* failing test for #275
* revert to streaming logs, it's just simpler
* fix test
* simplify/fix css dependencies in prod
* fix imported styles in dev
* smarter css extraction
* add changeset
* lint
* fix explicitly imported CSS in AMP/dev
* prettier, you are testing my patience
At present, the dev server inlines 'critical' CSS which basically means this:
Leaving aside the lack of sourcemaps here, this doesn't totally work, because it only includes Svelte's own CSS. It doesn't include anything that was manually imported.
The dev loader just ignores CSS files altogether, but it could instead gather up those dependencies and report back
The text was updated successfully, but these errors were encountered: