mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-12 23:56:36 +08: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'],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user