b5235ed4f0
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron <aaronklinker1@gmail.com>
@wxt-dev/webextension-polyfill
Configures wxt/browser to import browser from webextension-polyfill instead of using the regular chrome/browser globals WXT normally provides.
Usage
pnpm i @wxt-dev/webextension-polyfill webextension-polyfill
Then add the module to your config:
// wxt.config.ts
export default defineConfig({
modules: ['@wxt-dev/webextension-polyfill'],
});