From 82b025d6455e550bc4f86668d3729f1c32aee65b Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Mon, 25 Jan 2021 16:34:20 +0800 Subject: [PATCH] modify --- zq-xcx/project.config.json | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/zq-xcx/project.config.json b/zq-xcx/project.config.json index 9d5fabf..6c43c36 100644 --- a/zq-xcx/project.config.json +++ b/zq-xcx/project.config.json @@ -21,7 +21,7 @@ "checkSiteMap": true, "uploadWithSourceMap": true, "compileHotReLoad": false, - "useMultiFrameRuntime": false, + "useMultiFrameRuntime": true, "useApiHook": true, "babelSetting": { "ignore": [], @@ -29,6 +29,7 @@ "outputPath": "" }, "enableEngineNative": false, + "bundle": false, "useIsolateContext": true, "useCompilerModule": true, "userConfirmedUseCompilerModuleSwitch": false, @@ -36,7 +37,7 @@ "packNpmManually": false, "packNpmRelationList": [], "minifyWXSS": true, - "bundle": false + "useApiHostProcess": false }, "compileType": "miniprogram", "libVersion": "1.9.98", -- Gitblit v1.9.1