chore: update latest project.config.json

This commit is contained in:
chenjiahan 2021-09-22 16:53:37 +08:00
parent 680a1a45b5
commit 5e39ec3ee0

View File

@ -6,13 +6,13 @@
"setting": { "setting": {
"urlCheck": false, "urlCheck": false,
"es6": true, "es6": true,
"enhance": false, "enhance": true,
"postcss": true, "postcss": false,
"preloadBackgroundData": false, "preloadBackgroundData": false,
"minified": true, "minified": true,
"newFeature": true, "newFeature": false,
"coverView": true, "coverView": true,
"nodeModules": true, "nodeModules": false,
"autoAudits": false, "autoAudits": false,
"showShadowRootInWxmlPanel": true, "showShadowRootInWxmlPanel": true,
"scopeDataCheck": false, "scopeDataCheck": false,
@ -21,6 +21,7 @@
"checkSiteMap": true, "checkSiteMap": true,
"uploadWithSourceMap": true, "uploadWithSourceMap": true,
"compileHotReLoad": false, "compileHotReLoad": false,
"lazyloadPlaceholderEnable": false,
"useMultiFrameRuntime": true, "useMultiFrameRuntime": true,
"useApiHook": true, "useApiHook": true,
"useApiHostProcess": false, "useApiHostProcess": false,
@ -30,17 +31,14 @@
"outputPath": "" "outputPath": ""
}, },
"enableEngineNative": false, "enableEngineNative": false,
"bundle": false,
"useIsolateContext": true, "useIsolateContext": true,
"useCompilerModule": true,
"userConfirmedUseCompilerModuleSwitch": false,
"userConfirmedBundleSwitch": false, "userConfirmedBundleSwitch": false,
"packNpmManually": false, "packNpmManually": false,
"packNpmRelationList": [], "packNpmRelationList": [],
"minifyWXSS": true "minifyWXSS": true,
"showES6CompileOption": false
}, },
"compileType": "miniprogram", "compileType": "miniprogram",
"cloudfunctionRoot": "functions/",
"libVersion": "2.6.5", "libVersion": "2.6.5",
"appid": "wx1c01b35002d3ba14", "appid": "wx1c01b35002d3ba14",
"projectname": "vant-weapp", "projectname": "vant-weapp",
@ -48,15 +46,24 @@
"hidedInDevtools": [] "hidedInDevtools": []
}, },
"scripts": {}, "scripts": {},
"simulatorType": "wechat", "staticServerOptions": {
"simulatorPluginLibVersion": {}, "baseURL": "",
"servePath": ""
},
"isGameTourist": false,
"condition": { "condition": {
"plugin": { "search": {
"list": []
},
"conversation": {
"list": [] "list": []
}, },
"game": { "game": {
"list": [] "list": []
}, },
"plugin": {
"list": []
},
"gamePlugin": { "gamePlugin": {
"list": [] "list": []
}, },
@ -219,12 +226,6 @@
"pathName": "pages/slider/index", "pathName": "pages/slider/index",
"query": "" "query": ""
}, },
{
"id": -1,
"name": "switch-cell",
"pathName": "pages/switch-cell/index",
"query": ""
},
{ {
"id": -1, "id": -1,
"name": "progress", "name": "progress",
@ -409,4 +410,4 @@
] ]
} }
} }
} }