mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-25 14:28:51 +08:00
fix(infra): dynamic import (#3842)
(cherry picked from commit 37c1d9bab1)
This commit is contained in:
@@ -28,7 +28,8 @@ import { createFetch } from './endowments/fercher';
|
|||||||
import { createTimers } from './endowments/timer';
|
import { createTimers } from './endowments/timer';
|
||||||
import { setupImportsMap } from './setup-imports-map';
|
import { setupImportsMap } from './setup-imports-map';
|
||||||
|
|
||||||
const dynamicImportKey = '$h_import';
|
// DO NOT REMOVE INVISIBLE CHARACTERS
|
||||||
|
const dynamicImportKey = '$h_import';
|
||||||
|
|
||||||
const permissionLogger = new DebugLogger('plugins:permission');
|
const permissionLogger = new DebugLogger('plugins:permission');
|
||||||
const importLogger = new DebugLogger('plugins:import');
|
const importLogger = new DebugLogger('plugins:import');
|
||||||
|
|||||||
Reference in New Issue
Block a user