Closed dario-piotrowicz closed 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
pluginContainer.resolveId
createIdResolver
as part of this change also bump the vite version to the latest 6.0.0-alpha.x one
6.0.0-alpha.x
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
instead of using the
pluginContainer.resolveId
workaround use thecreateIdResolver
utility provided by vite, allowing us to get rid of our pnpm vite patchas part of this change also bump the vite version to the latest
6.0.0-alpha.x
onecloses 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