flarelabs-net / vite-environment-providers

1 stars 0 forks source link

remove vite patch and use `createIdResolver` #2

Closed dario-piotrowicz closed 1 month ago

dario-piotrowicz commented 1 month ago

instead of using the pluginContainer.resolveId workaround use the createIdResolver utility provided by vite, allowing us to get rid of our pnpm vite patch

as part of this change also bump the vite version to the latest 6.0.0-alpha.x one


closes https://github.com/dario-piotrowicz/vite-environment-6.0.0-alpha-experimentations/issues/5 closes https://github.com/dario-piotrowicz/vite-environment-6.0.0-alpha-experimentations/issues/24