fix: fix first search failed bugs
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { defineConfig } from "wxt"
|
||||
import { defineRunnerConfig } from "wxt"
|
||||
import react from "@vitejs/plugin-react"
|
||||
import topLevelAwait from "vite-plugin-top-level-await"
|
||||
|
||||
@@ -8,7 +9,6 @@ const chromeMV3Permissions = [
|
||||
"activeTab",
|
||||
"scripting",
|
||||
"declarativeNetRequest",
|
||||
"action",
|
||||
"unlimitedStorage",
|
||||
"contextMenus",
|
||||
"tts",
|
||||
@@ -49,7 +49,6 @@ export default defineConfig({
|
||||
process.env.TARGET === "firefox" ? "entries-firefox" : "entries",
|
||||
srcDir: "src",
|
||||
outDir: "build",
|
||||
|
||||
manifest: {
|
||||
version: "1.5.0",
|
||||
name:
|
||||
|
||||
Reference in New Issue
Block a user