We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 914abdf commit b63106aCopy full SHA for b63106a
bun.lockb
-12 KB
package.json
@@ -53,7 +53,7 @@
53
"vitest": "^2.1.3",
54
"vue": "^3.5.12",
55
"vue-tsc": "^2.1.6",
56
- "wxt": "^0.19.11"
+ "wxt": "https://pkg.pr.new/wxt@1085"
57
},
58
"simple-git-hooks": {
59
"pre-commit": "bun lint-staged"
src/public/icon-sm.svg public/icon-sm.svgsrc/public/icon-sm.svg renamed to public/icon-sm.svg
wxt.config.ts
@@ -3,7 +3,6 @@ import Icons from "unplugin-icons/vite";
3
4
export default defineConfig({
5
srcDir: "src",
6
- extensionApi: "chrome",
7
experimental: {
8
entrypointImporter: "vite-node",
9
0 commit comments