@fastify/vite@9.1.1
·
20 commits
to main
since this release
Patch Changes
-
e70066c: Refactor environment discovery to iterate
viteConfig.environmentsdirectlyReplaces the fragile
findPlugin/hasPluginconfig-hook re-invocation pattern with direct iteration ofviteConfig.environments, which is always available after Vite resolves its config. Also usesisRunnableDevEnvironment(envConfig).runnerwhere available to avoid creating duplicateModuleRunnerinstances for cross-environment imports.