From 3475817aa9d5f6550ecd70cf02a3e500792cdb71 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Fri, 11 Jun 2021 13:19:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project.config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project.config.json b/project.config.json index 9bef95c..24cf091 100644 --- a/project.config.json +++ b/project.config.json @@ -18,8 +18,8 @@ "checkSiteMap": true, "uploadWithSourceMap": true, "compileHotReLoad": false, - "useMultiFrameRuntime": false, - "useApiHook": false, + "useMultiFrameRuntime": true, + "useApiHook": true, "useApiHostProcess": false, "babelSetting": { "ignore": [], @@ -27,7 +27,7 @@ "outputPath": "" }, "enableEngineNative": false, - "useIsolateContext": false, + "useIsolateContext": true, "useCompilerModule": false, "userConfirmedUseCompilerModuleSwitch": false, "userConfirmedBundleSwitch": false,