fix(electron): bookmark plugin wound not work (#2776)

(cherry picked from commit 44580f6af0)
This commit is contained in:
Himself65
2023-06-15 00:43:28 +08:00
committed by himself65
parent f1bad4145f
commit b93db26ee3
9 changed files with 64 additions and 40 deletions

View File

@@ -63,7 +63,7 @@ export const config = () => {
bundle: true,
target: `node${NODE_MAJOR_VERSION}`,
platform: 'node',
external: ['electron', 'electron-updater', '@toeverything/plugin-infra'],
external: ['@toeverything/plugin-infra', 'async-call-rpc'],
define: define,
format: 'cjs',
loader: {