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

docs: add vite-plugin-vue-devtools warning #145

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

userquin
Copy link
Member

Description

We need to check why it is failing to resolve the woff2 font files in the ui, it is failing when opening the module dialog, check #134 .

/cc @antfu I guess it is a problem having vite-plugin-inspect installed twice, from the vite config file and from the devtools plugin.

Linked Issues

Additional context

We need to check why it is failing to resolve the woff2 font files in the ui, it is failing when opening the module dialog, check #134 .

/cc @antfu I guess it is a problem having `vite-plugin-inspect` installed twice, from the vite config file and from the devtools plugin.
@antfu
Copy link
Member

antfu commented Feb 22, 2025

  • I don't think we should mention it on our side (maybe better on Vue DevTools side)
  • We could do a check to skip the plugin if we found there is already an existing one

@userquin
Copy link
Member Author

userquin commented Feb 22, 2025

Looks like the problem is bundled version in devtools plugin, using 0.8.9 (missing woff2 files and using /assets/fonts/...):

imagen

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

Successfully merging this pull request may close these issues.

2 participants