Replies: 1 comment 2 replies
-
Dev mode adds the tabs and scripting permissions automatically to enable reloading on save. Compare your dev and production manifests, then add any required permissions. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’m developing a "words lookup" extension. The core functionality allows users to select words, open a side panel, look them up, and sync data. Everything works as expected in development mode, but issues arise when building the extension.
For example:
I’m wondering why there are differences between dev and build modes, and how I can identify the cause of the issues.
Here below is development mode:
2025-02-14_21-02-51.mp4
And below is the result of
wxt zip
2025-02-14_21-11-28.mp4
Here is my repo if needed https://github.com/joisun/Vocabify
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions