From 5cb9253ec5ca86587a154226998ccc4eae3a14fd Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Tue, 12 Jan 2021 15:38:57 +0800
Subject: [PATCH] Merge branch 'api' into order_reform
---
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