vite-plugin-inspect icon indicating copy to clipboard operation
vite-plugin-inspect copied to clipboard

Inspect the intermediate state of Vite plugins

Results 14 vite-plugin-inspect issues
Sort by recently updated
recently updated
newest added

### Clear and concise description of the problem At the moment I try to debug an issue which results in a build failure. `vite-plugin-inspect` could be an excellent tool to...

enhancement

### Describe the bug Vite MPA mode https://vitejs.dev/guide/build#multi-page-app does not seem to be recognized. The MPA entries do not appear, only the default one. ### Reproduction Just a minimaly created...

### Describe the bug 无法查看构建后生成的报告, 无论是使用`npx serve .vite-inspect` 或者是使用`live-server`插件 插件配置如下: ![2024-03-19_18-57-46](https://github.com/antfu/vite-plugin-inspect/assets/34816426/41746998-7ddd-4410-957e-1e2daccc612c) 使用`npx serve .vite-inspect`时,效果如下: ![2024-03-19_18-57-01](https://github.com/antfu/vite-plugin-inspect/assets/34816426/3d7ab16e-bf00-4389-b6bd-cc09fe06f68f) 单独使用vscode打开`.vite-inspect` 文件夹, 使用live-server插件启动`index.html`页面,显示如下: ![2024-03-19_19-00-07](https://github.com/antfu/vite-plugin-inspect/assets/34816426/7edc392c-df84-49d0-b7d9-4f7786b1e486) 我上传了生成的报告压缩包 地址是: https://wwk.lanzn.com/iLvBw1rwqnje 请问我如何正确打开生成的报告页面? ### Reproduction https://wwk.lanzn.com/iLvBw1rwqnje ### System Info ```Shell...

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...