How to auto-import the "old" webextension-polyfill
instead of wxt/browser
?
#1746
powellnorma
started this conversation in
General
Replies: 1 comment
-
See: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I tried:
However it then says:
Maybe because of the way the default config gets merged into the user given list of imports here:
wxt/packages/wxt/src/core/resolve-config.ts
Line 494 in 7ab3c7e
I updated from 0.19 to 0.20 and was wondering why e.g.
await browser.runtime.sendMessage
suddenly returnedundefiend
. I would like to "undo" #1084 on auto-import level. Thanks.Beta Was this translation helpful? Give feedback.
All reactions