Anthony Fu
Anthony Fu
Ok, I will try to redo this on main, so we could also at least ensure it works without env api
Made the change/migration in [`909782f` (#16471)](https://github.com/vitejs/vite/pull/16471/commits/909782f2924262e7a9c7b0674acafb67b7c17a9f)
/ecosystem-ci run
To me, the strictness makes total sense. It's like you lock every package to its exact patch version in the lockfile, so you should lock the package manager version to...
Can you share a minimal reproduction? Thanks
Why you are having `"*": ["node_modules/*"]` - it looks problematic to me. The config inspector use bundle-require to import the config file, which is powered by esbuild and respects your...
Sounds good. PR welcome :)
I am not so sure about this. Switch is order sensetive, and this move could potentially change the logic by a lot. personally, I don't think it's a common case...
PR welcome - tho I don't know if there is way we could detect that
I also continued the discussion with @43081j in e12e's discord - my main worry about this is the cost of API changes and implicit behavior changes. My suggestion would be...