Replies: 2 comments 1 reply
-
You can use the |
Beta Was this translation helpful? Give feedback.
-
What's the latest status on this? I'm reading all the WXT documentation before trying to use it, and the first thing I wanted to do was to disable auto-imports. But if that makes So the workaround we should use is the first block in the comment above? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I hate auto-imports, it often makes the code messy and hard to refactor, so I want to delete it.
But when I use
imports: false
,browser.*
also disappears, so I have to importbrowser
.I use
browser.*
as a replacement for globalchrome.*
, I don't want to import them in the code anyway, and the only thing I really need in imports.d.ts isbrowser
.Beta Was this translation helpful? Give feedback.
All reactions