Skip to content

@fastify/vite@9.1.1

Choose a tag to compare

@github-actions github-actions released this 02 Jul 16:33
· 20 commits to main since this release
e5048cb

Patch Changes

  • e70066c: Refactor environment discovery to iterate viteConfig.environments directly

    Replaces the fragile findPlugin/hasPlugin config-hook re-invocation pattern with direct iteration of viteConfig.environments, which is always available after Vite resolves its config. Also uses isRunnableDevEnvironment(envConfig).runner where available to avoid creating duplicate ModuleRunner instances for cross-environment imports.