fix(infra): dynamic import (#3842)

This commit is contained in:
Alex Yang
2023-08-19 12:30:11 -05:00
committed by GitHub
parent e6cd193bf4
commit 37c1d9bab1

View File

@@ -28,7 +28,8 @@ import { createFetch } from './endowments/fercher';
import { createTimers } from './endowments/timer';
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 importLogger = new DebugLogger('plugins:import');