Changelog

vitejs/vite · · 1 commit

Vite trims dead plugin-container types

Removed an unused `PluginContainerOptions` interface and a now-unneeded import from the server plugin container.

Other misc changes

  • Removed unused PluginContainerOptions from packages/vite/src/node/server/pluginContainer.ts and dropped the related OutputOptions import (ulrichstarkee64401).