patak

Results 443 comments of patak

Good call with `file://`, that shouldn't be considered external. Could you expand on the `virtual:` issue? The regex will only match ids with `xxx://`, no?

The vite-plugin-pwa looks like a fluke due to a failed sharp install. @bluwy, the Astro fail seems legit. It seems there is a test for `file://` in Astro's CI. So...

> here It seems that Astro decided to make `file://path` URLs equivalent to `path` though. If Vite resolves them as external by default and frameworks start to add plugins to...

If we want to do this, for now maybe we shouldn't change how `file://` works (by making them external). We can modify this PR to keep returning false for `file://`...

I really like this feature, but given that it can be achieved in user land it may be a good idea to keep things as is. Frameworks and users that...

Great work! I think it would be good to have this in Vite 6. I added it to the milestone.