add find-chrome-bin to externalizeDepsPlugin config

This commit is contained in:
geekgeekrun
2024-02-24 12:04:14 +08:00
parent 32ad7c54c5
commit 8331ee172b

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']
})
]
},