Bjorn Lu
Bjorn Lu
Closing since it's not worth investigating the strange windows fail for now.
This makes sense to me since we already have `node` and `browser` platform conditions, but maybe we should check `worker` only (without `webworker`) to keep it simple, it seems lke...
I think if a package export node workers, it would be nested within a `node` and `worker` condition, if they choose so.
This feels like a very niche usecase which many plugins won't support, so it's not only a problem with plugin-vue. What is your usecase needing to accessing Vue components from...
Yeah it was deprecated in the previous major, and removed in this major (https://vitejs.dev/guide/migration.html#removed-deprecated-apis). Frameworks need to use `?inline` to work, which I thought most have needed to migrated, but...
/ecosystem-ci run
Looks like astro, remix, and sveltekit all fails and likely related to the CSS handling, so this would be breaking then unfortunately. Let's move this to the next major then.
From the initial ecosystem-ci run, this affected astro, remix and sveltekit, so perhaps we should delay merging this until we can get them passing in `main` so it's easier to...
I think this should be addressed in https://github.com/vitejs/vite-plugin-basic-ssl/pull/22 as you can pass the custom host to the `domains` option. Though I think it'd be nice to automatically add that for...
Actually this is indeed about the `.dev` domain specifically as browsers have different hardcoded handling for it, but I'm not sure what we need to do to fix it.