add find-chrome-bin to externalizeDepsPlugin config

This commit is contained in:
geekgeekrun
2024-02-25 14:12:46 +08:00
parent 32ad7c54c5
commit 8331ee172b
+1 -1
View File
@@ -14,7 +14,7 @@ export default defineConfig({
},
plugins: [
externalizeDepsPlugin({
exclude: ['@geekgeekrun/geek-auto-start-chat-with-boss', '@geekgeekrun/dingtalk-plugin']
exclude: ['@geekgeekrun/geek-auto-start-chat-with-boss', '@geekgeekrun/dingtalk-plugin', 'find-chrome-bin']
})
]
},