From 4ade37283f06a39057992828e13058ef804ae606 Mon Sep 17 00:00:00 2001
From: jyy <935090232@qq.com>
Date: Mon, 25 Jan 2021 16:35:23 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/api' into api

---
 zq-xcx/project.config.json |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/zq-xcx/project.config.json b/zq-xcx/project.config.json
index 9d5fabf..ca6dfcb 100644
--- a/zq-xcx/project.config.json
+++ b/zq-xcx/project.config.json
@@ -21,22 +21,21 @@
     "checkSiteMap": true,
     "uploadWithSourceMap": true,
     "compileHotReLoad": false,
-    "useMultiFrameRuntime": false,
+    "useMultiFrameRuntime": true,
     "useApiHook": true,
     "babelSetting": {
       "ignore": [],
       "disablePlugins": [],
       "outputPath": ""
     },
-    "enableEngineNative": false,
     "useIsolateContext": true,
     "useCompilerModule": true,
     "userConfirmedUseCompilerModuleSwitch": false,
     "userConfirmedBundleSwitch": false,
     "packNpmManually": false,
     "packNpmRelationList": [],
-    "minifyWXSS": true,
-    "bundle": false
+    "enableEngineNative": false,
+    "minifyWXSS": true
   },
   "compileType": "miniprogram",
   "libVersion": "1.9.98",

--
Gitblit v1.9.1