fix window controls and ui zoom - stop externalizing tauri api modules

This commit is contained in:
2026-04-03 23:34:15 +03:00
parent a77b2d491c
commit 42fa705037
2 changed files with 5 additions and 38 deletions
+1 -3
View File
@@ -6,8 +6,6 @@ export default defineConfig({
plugins: [react(), tailwindcss()],
build: {
chunkSizeWarningLimit: 900,
rollupOptions: {
external: [/^@tauri-apps\/.*/],
},
},
})