Bjorn Lu
Bjorn Lu
It's likely caused by https://github.com/withastro/compiler/issues/879. While I'm inclined that we're preserving the whitespace as before compacting, which feels like the more correct behaviour, the `compressHTML` option does document that: >...
I think the part I'm unclear of is how we decide what elements are block vs inline. We can pick their default states but wouldn't users be able to change...
Good point. I don't think I've thoroughly tested this when I implemented it. I'm trying something locally to also omit the `node:` stuff from the stack trace, maybe this would...
Oh true. Yeah it can be simplified with only a filter
Might want to wait for vitepress v2 stable to be released so they don't have duplicated shiki deps (v2 & v3)
This might be fixed by https://github.com/vitejs/vite/pull/11410, which I'm working on rebasing it.
Sorry, I haven't finished it up since I last worked on that. The whole code path to deduplicate the packages turned out to be harder than expected if we want...
I'm going to close this for now as tailwind has introduce its own vite plugin, which should mean that any issues should/can be fixed there instead. Maybe we can revisit...
I guess you could check `process.argv.includes('--app')` to check that.
I personally don't think it should be a blocker since SvelteKit often has a migration script to handle that. And I think `--app` being a visual cue is nice and...