wxt 0.1.1-alpha1 → 0.1.1-alpha2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -63,7 +63,7 @@ async function importTsFile(root, path5) {
63
63
  esmResolve: true,
64
64
  interopDefault: true,
65
65
  alias: {
66
- "webextension-polyfill": "wxt"
66
+ "webextension-polyfill": "@webext-core/fake-browser"
67
67
  },
68
68
  transform(opts) {
69
69
  if (opts.filename === path5)
@@ -1718,7 +1718,7 @@ function reloadHtmlPages(groups, server, config) {
1718
1718
  }
1719
1719
 
1720
1720
  // package.json
1721
- var version2 = "0.1.1-alpha1";
1721
+ var version2 = "0.1.1-alpha2";
1722
1722
 
1723
1723
  // src/core/utils/defineConfig.ts
1724
1724
  function defineConfig(config) {