From 5e39ec3ee063111610b461282f6f435ab48f1f7e Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Wed, 22 Sep 2021 16:53:37 +0800 Subject: [PATCH] chore: update latest project.config.json --- example/project.config.json | 39 +++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/example/project.config.json b/example/project.config.json index 370f356f..1afed675 100644 --- a/example/project.config.json +++ b/example/project.config.json @@ -6,13 +6,13 @@ "setting": { "urlCheck": false, "es6": true, - "enhance": false, - "postcss": true, + "enhance": true, + "postcss": false, "preloadBackgroundData": false, "minified": true, - "newFeature": true, + "newFeature": false, "coverView": true, - "nodeModules": true, + "nodeModules": false, "autoAudits": false, "showShadowRootInWxmlPanel": true, "scopeDataCheck": false, @@ -21,6 +21,7 @@ "checkSiteMap": true, "uploadWithSourceMap": true, "compileHotReLoad": false, + "lazyloadPlaceholderEnable": false, "useMultiFrameRuntime": true, "useApiHook": true, "useApiHostProcess": false, @@ -30,17 +31,14 @@ "outputPath": "" }, "enableEngineNative": false, - "bundle": false, "useIsolateContext": true, - "useCompilerModule": true, - "userConfirmedUseCompilerModuleSwitch": false, "userConfirmedBundleSwitch": false, "packNpmManually": false, "packNpmRelationList": [], - "minifyWXSS": true + "minifyWXSS": true, + "showES6CompileOption": false }, "compileType": "miniprogram", - "cloudfunctionRoot": "functions/", "libVersion": "2.6.5", "appid": "wx1c01b35002d3ba14", "projectname": "vant-weapp", @@ -48,15 +46,24 @@ "hidedInDevtools": [] }, "scripts": {}, - "simulatorType": "wechat", - "simulatorPluginLibVersion": {}, + "staticServerOptions": { + "baseURL": "", + "servePath": "" + }, + "isGameTourist": false, "condition": { - "plugin": { + "search": { + "list": [] + }, + "conversation": { "list": [] }, "game": { "list": [] }, + "plugin": { + "list": [] + }, "gamePlugin": { "list": [] }, @@ -219,12 +226,6 @@ "pathName": "pages/slider/index", "query": "" }, - { - "id": -1, - "name": "switch-cell", - "pathName": "pages/switch-cell/index", - "query": "" - }, { "id": -1, "name": "progress", @@ -409,4 +410,4 @@ ] } } -} +} \ No newline at end of file