-
-
Notifications
You must be signed in to change notification settings - Fork 131
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
how to use vue-devtools in chrome extension options page #727
Comments
If you are using |
Yeah, I am using
|
We have supported this by configuring |
Note that there is a slight difference in my setup: the entry point is dynamically added through a WXT hook. |
Ufortunately setting appendTo: "/entrypoints/options/main.ts" doesnt working for me. Can you explain how to properly set this option? I tried to set appendTo starting with src: "/src/entrypoints/options/main.ts" and with full url: http://localhost:3000/src/entrypoints/options/main.ts". But it still doesnt work:(. But in rendered main.ts I saw that devtools imports is present: |
failed to load virtual js files from vue-devtools when running in chrome extension page.
how to specify injected js src with origin from dev server.
I am using wxt.dev to develop chrome extension, wxt.config.ts config like this,
something i found after start
npx wxt
on my project,as a result, request is failed
it would be correct if the injected js src to be prepend with dev server, for example
The text was updated successfully, but these errors were encountered: