From 4744089a3218d6e1fc5b6276f9cb1cc6c2c0e804 Mon Sep 17 00:00:00 2001 From: Myth Date: Mon, 26 Apr 2021 17:32:53 +0800 Subject: [PATCH] 1 --- project.config.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/project.config.json b/project.config.json index 2f11481..9f22940 100644 --- a/project.config.json +++ b/project.config.json @@ -6,33 +6,37 @@ "setting": { "urlCheck": false, "es6": true, + "enhance": false, "postcss": true, "preloadBackgroundData": false, "minified": true, "newFeature": true, "coverView": true, + "nodeModules": false, "autoAudits": false, "showShadowRootInWxmlPanel": true, "scopeDataCheck": false, + "uglifyFileName": false, "checkInvalidKey": true, "checkSiteMap": true, "uploadWithSourceMap": true, + "compileHotReLoad": false, + "useMultiFrameRuntime": true, + "useApiHook": true, + "useApiHostProcess": false, "babelSetting": { "ignore": [], "disablePlugins": [], "outputPath": "" }, + "bundle": false, "useIsolateContext": true, "useCompilerModule": false, "userConfirmedUseCompilerModuleSwitch": false, "userConfirmedBundleSwitch": false, "packNpmManually": false, "packNpmRelationList": [], - "minifyWXSS": true, - "useMultiFrameRuntime": true, - "bundle": false, - "useApiHook": true, - "useApiHostProcess": false + "minifyWXSS": true }, "compileType": "miniprogram", "libVersion": "2.14.0",