Don't know if is more a package manager, question, but is there a simple way to run vite build, or vite dev while node has --experimental-network-imports on?
From what I've seen yarn does not have a way to run a script and specify a flag...
Maybe is possible by doing directly the node command followed by the Vite script in bin, don't think there's another way...