From ecca3995944764a639dc26c75c33dab83d607125 Mon Sep 17 00:00:00 2001
From: jyy <935090232@qq.com>
Date: Mon, 11 Jan 2021 13:46:02 +0800
Subject: [PATCH] 修改跟进bug

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

diff --git a/zq-xcx/project.config.json b/zq-xcx/project.config.json
index 3188dd3..9d5fabf 100644
--- a/zq-xcx/project.config.json
+++ b/zq-xcx/project.config.json
@@ -28,13 +28,15 @@
       "disablePlugins": [],
       "outputPath": ""
     },
+    "enableEngineNative": false,
     "useIsolateContext": true,
     "useCompilerModule": true,
     "userConfirmedUseCompilerModuleSwitch": false,
+    "userConfirmedBundleSwitch": false,
     "packNpmManually": false,
     "packNpmRelationList": [],
-    "enableEngineNative": false,
-    "minifyWXSS": true
+    "minifyWXSS": true,
+    "bundle": false
   },
   "compileType": "miniprogram",
   "libVersion": "1.9.98",

--
Gitblit v1.9.1