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
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