change config of externalizeDepsPlugin

This commit is contained in:
geekgeekrun
2026-01-17 11:34:22 +08:00
parent 5634ac0260
commit 199a472ec3
2 changed files with 2 additions and 4 deletions
-2
View File
@@ -18,8 +18,6 @@ export default defineConfig({
plugins: [ plugins: [
externalizeDepsPlugin({ externalizeDepsPlugin({
exclude: [ exclude: [
'@geekgeekrun/geek-auto-start-chat-with-boss',
'@geekgeekrun/dingtalk-plugin',
'@geekgeekrun/utils', '@geekgeekrun/utils',
'find-chrome-bin', 'find-chrome-bin',
'@geekgeekrun/launch-bosszhipin-login-page-with-preload-extension' '@geekgeekrun/launch-bosszhipin-login-page-with-preload-extension'
+2 -2
View File
@@ -30,8 +30,6 @@
"dependencies": { "dependencies": {
"@electron-toolkit/preload": "^3.0.0", "@electron-toolkit/preload": "^3.0.0",
"@electron-toolkit/utils": "^3.0.0", "@electron-toolkit/utils": "^3.0.0",
"@geekgeekrun/dingtalk-plugin": "workspace:*",
"@geekgeekrun/geek-auto-start-chat-with-boss": "workspace:*",
"@geekgeekrun/launch-bosszhipin-login-page-with-preload-extension": "workspace:*", "@geekgeekrun/launch-bosszhipin-login-page-with-preload-extension": "workspace:*",
"@geekgeekrun/pm": "workspace:*", "@geekgeekrun/pm": "workspace:*",
"@geekgeekrun/puppeteer-extra-plugin-laodeng": "workspace:*", "@geekgeekrun/puppeteer-extra-plugin-laodeng": "workspace:*",
@@ -56,6 +54,8 @@
"@electron-toolkit/tsconfig": "^1.0.1", "@electron-toolkit/tsconfig": "^1.0.1",
"@inquirer/prompts": "^7.0.1", "@inquirer/prompts": "^7.0.1",
"@inquirer/select": "^4.0.1", "@inquirer/select": "^4.0.1",
"@geekgeekrun/dingtalk-plugin": "workspace:*",
"@geekgeekrun/geek-auto-start-chat-with-boss": "workspace:*",
"@puppeteer/browsers": "^2.11.0", "@puppeteer/browsers": "^2.11.0",
"@rushstack/eslint-patch": "^1.7.1", "@rushstack/eslint-patch": "^1.7.1",
"@types/lodash": "^4.17.23", "@types/lodash": "^4.17.23",