mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
fix: replace noop function (#2744)
This commit is contained in:
@@ -5,5 +5,5 @@ import { definePluginServerConfig } from './utils.mjs';
|
||||
|
||||
await build({
|
||||
...definePluginServerConfig('bookmark-block'),
|
||||
external: ['cheerio', 'electron', 'puppeteer'],
|
||||
external: ['cheerio', 'electron', 'puppeteer', 'foxact'],
|
||||
});
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user