antfu-collective / vite-plugin-inspect

Inspect the intermediate state of Vite plugins
MIT License
1.29k stars 75 forks source link

feat!: support Vite 6 #113

Open antfu opened 5 months ago

antfu commented 5 months ago

This PR rework the data collection and rpc interface to work the best with Vite 6's env API https://github.com/vitejs/vite/pull/16471

This PR will make the plugin not compatible with Vite below v6.