From 13a0bfc479a63d4f772ea723b3dcccae9cc1f1e4 Mon Sep 17 00:00:00 2001 From: claude-code-best Date: Mon, 20 Apr 2026 22:29:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E4=BA=A7=E7=89=A9=20import=20=E5=A4=B1=E6=95=88=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.ts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/vite.config.ts b/vite.config.ts index 5dd994f29..93bb9da22 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -64,15 +64,6 @@ export default defineConfig({ chunkFileNames: "chunks/[name]-[hash].js", }, - // Externalize native addon packages (they contain .node binaries) - external: [ - /audio-capture-napi/, - /color-diff-napi/, - /image-processor-napi/, - /modifiers-napi/, - /url-handler-napi/, - ], - plugins: [ rawAssetPlugin([".md", ".txt", ".html", ".css"]), featureFlagsPlugin(),