-
-
Notifications
You must be signed in to change notification settings - Fork 130
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. |
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: