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/cli.cjs +3 -3
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -1
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -23,7 +23,7 @@ async function importTsFile(root, path5) {
|
|
|
23
23
|
esmResolve: true,
|
|
24
24
|
interopDefault: true,
|
|
25
25
|
alias: {
|
|
26
|
-
"webextension-polyfill": "
|
|
26
|
+
"webextension-polyfill": "@webext-core/fake-browser"
|
|
27
27
|
},
|
|
28
28
|
transform(opts) {
|
|
29
29
|
if (opts.filename === path5)
|
|
@@ -1678,7 +1678,7 @@ function reloadHtmlPages(groups, server, config) {
|
|
|
1678
1678
|
}
|
|
1679
1679
|
|
|
1680
1680
|
// package.json
|
|
1681
|
-
var version2 = "0.1.1-
|
|
1681
|
+
var version2 = "0.1.1-alpha2";
|
|
1682
1682
|
|
|
1683
1683
|
// src/core/utils/defineConfig.ts
|
|
1684
1684
|
function defineConfig(config) {
|