Gordan Nekić

Results 4 issues of Gordan Nekić

This PR implements #792, introduces new feature to open URL in browser with `--open` flag and also introduces shortcuts the same way [vitejs](https://vitejs.dev/) does it.

### Describe the bug I was thinking it is a critical issue but when recreating the minimal reproducible PoC for the issue I found the [root cause](https://github.com/vitejs/vite/blob/1465b2064ee23ac5df5414b13355a394ccd931af/packages/vite/src/node/env.ts#L65). I still think...

pending triage

… allow changing process.env in vite.config.js without impact to loadEnv function ### Description fixes #17689 , this fix caches process.env values on vite server startup in order to enable developers...

…tack error for big scriptlets, resolves issue 51448 Resolves [51448](https://github.com/brave/brave-browser/issues/51448)