Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update vite-plugin-inspect to latest version #805

Open
userquin opened this issue Feb 22, 2025 · 1 comment
Open

update vite-plugin-inspect to latest version #805

userquin opened this issue Feb 22, 2025 · 1 comment

Comments

@userquin
Copy link
Member

userquin commented Feb 22, 2025

When using vite-plugin-vue-devtools and vite-plugin-inspect at the same time there is no way to show module details since version bundled with the plugin here is too old (0.8.9) where we don't have woff2 files (bug fixed) and the css file referencing the fonts via absolute url /assets/fonts/.....

Removing the vite-plugin-inspect fix the problem.

For context, check antfu-collective/vite-plugin-inspect#134 (reproduction there)

Alternatively we can add a note here in the docs: something like this antfu-collective/vite-plugin-inspect#145 (comment)

@webfansplz
Copy link
Member

We locked vite-plugin-inspect to version 0.8.9 in devtools for compatibility with Vite versions below 6. Perhaps we should make it a peerDependencies instead. However, I'm not sure if there are any breaking API changes in the latest version of vite-plugin-inspect. Any suggestions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants