-
-
Notifications
You must be signed in to change notification settings - Fork 109
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
feat(client): use Ic icon on custom inspector/tab/command #466
Conversation
✅ Deploy Preview for vue-devtools-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
And why does this happen, is it because of treeshaking or should it be like this for offline first ? |
To comply with Chromium Manifest V3 requirements, we bundled all the ic icons(for legacy devtools plugin api) together instead of loading them online. Manifest V3 does not support loading external resources. |
ahhh got it. you should have specified that the icon pack names are like: |
@webfansplz updated to using backgroungImage, can you review it? Thanks |
Close #472