fix: replace noop function (#2744)

(cherry picked from commit af6f431c15)
This commit is contained in:
Himself65
2023-06-09 16:00:44 +08:00
committed by himself65
parent 4313b00dbe
commit c2c2ccbf5d
12 changed files with 37 additions and 12 deletions

View File

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

View File

@@ -5,7 +5,7 @@ import { definePluginServerConfig } from './utils.mjs';
const plugin = await context({
...definePluginServerConfig('bookmark-block'),
external: ['cheerio', 'electron', 'puppeteer'],
external: ['cheerio', 'electron', 'puppeteer', 'foxact'],
});
await plugin.watch();