Skip to content

Commit b63106a

Browse files
committed
fix: Upgrade to WXT v0.20
1 parent 914abdf commit b63106a

File tree

4 files changed

+1
-2
lines changed

4 files changed

+1
-2
lines changed

bun.lockb

-12 KB
Binary file not shown.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"vitest": "^2.1.3",
5454
"vue": "^3.5.12",
5555
"vue-tsc": "^2.1.6",
56-
"wxt": "^0.19.11"
56+
"wxt": "https://pkg.pr.new/wxt@1085"
5757
},
5858
"simple-git-hooks": {
5959
"pre-commit": "bun lint-staged"
File renamed without changes.

wxt.config.ts

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import Icons from "unplugin-icons/vite";
33

44
export default defineConfig({
55
srcDir: "src",
6-
extensionApi: "chrome",
76
experimental: {
87
entrypointImporter: "vite-node",
98
},

0 commit comments

Comments
 (0)