From 9eeb9eae3901ce446908b97720c3347df19a567a Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Wed, 13 Jan 2021 18:41:53 +0800 Subject: [PATCH] modify --- zq-xcx/project.config.json | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/zq-xcx/project.config.json b/zq-xcx/project.config.json index 3188dd3..6c43c36 100644 --- a/zq-xcx/project.config.json +++ b/zq-xcx/project.config.json @@ -21,20 +21,23 @@ "checkSiteMap": true, "uploadWithSourceMap": true, "compileHotReLoad": false, - "useMultiFrameRuntime": false, + "useMultiFrameRuntime": true, "useApiHook": true, "babelSetting": { "ignore": [], "disablePlugins": [], "outputPath": "" }, + "enableEngineNative": false, + "bundle": false, "useIsolateContext": true, "useCompilerModule": true, "userConfirmedUseCompilerModuleSwitch": false, + "userConfirmedBundleSwitch": false, "packNpmManually": false, "packNpmRelationList": [], - "enableEngineNative": false, - "minifyWXSS": true + "minifyWXSS": true, + "useApiHostProcess": false }, "compileType": "miniprogram", "libVersion": "1.9.98", -- Gitblit v1.9.1