feat: replace electron to puppeteer (#2700)

Co-authored-by: himself65 <himself65@outlook.com>
(cherry picked from commit fda89b05e7)
This commit is contained in:
Qi
2023-06-08 17:51:45 +08:00
committed by himself65
parent 0cf3bc42e8
commit 336ff5220f
15 changed files with 134 additions and 982 deletions

View File

@@ -5,5 +5,5 @@ import { definePluginServerConfig } from './utils.mjs';
await build({
...definePluginServerConfig('bookmark-block'),
external: ['cheerio', 'electron'],
external: ['cheerio', 'electron', 'puppeteer'],
});