patak

Results 228 comments of patak

Seconded, @sarufarr @exqlnet if the repro is with Vite only, please provide a link here, thanks!

I don't think we should modify the way paths work when the base is not relative. You can think about it as an optimization, and there may already be plugins...

As you explained in https://github.com/vitejs/vite/issues/9964#issuecomment-1235534424, the `define` feature needs to work both during build and dev. So we can't allow dashes if they are only going to work during build....

@jonaskuske that sounds like a great improvement 👍🏼

> I'm not sure if this is a bug or expected behaviour It is a bug, for reference, I added an explanation of why we need version queries in direct...

Awesome, would you like to do a PR to add it @segevfiner?

If we want to be agnostic, we should define that any query param that isn't part of the submodule scheme of plugin-vue defines a new module. This sounds like a...

I think this is important enough to get in a patch, we can test with this and other related PRs with vite-ecosystem-ci before moving forward.

Yes, we merged this one after 3.0.5, we will do another patch in the next days