|
@@ -2,22 +2,25 @@
|
|
"description": "项目配置文件",
|
|
"description": "项目配置文件",
|
|
"setting": {
|
|
"setting": {
|
|
"urlCheck": true,
|
|
"urlCheck": true,
|
|
|
|
+ "scopeDataCheck": false,
|
|
|
|
+ "coverView": true,
|
|
"es6": false,
|
|
"es6": false,
|
|
- "enhance": false,
|
|
|
|
"postcss": false,
|
|
"postcss": false,
|
|
|
|
+ "compileHotReLoad": false,
|
|
"preloadBackgroundData": false,
|
|
"preloadBackgroundData": false,
|
|
"minified": true,
|
|
"minified": true,
|
|
|
|
+ "autoAudits": false,
|
|
"newFeature": false,
|
|
"newFeature": false,
|
|
- "coverView": true,
|
|
|
|
|
|
+ "uglifyFileName": false,
|
|
|
|
+ "uploadWithSourceMap": true,
|
|
|
|
+ "useIsolateContext": true,
|
|
"nodeModules": false,
|
|
"nodeModules": false,
|
|
- "autoAudits": false,
|
|
|
|
|
|
+ "enhance": false,
|
|
|
|
+ "useCompilerModule": false,
|
|
|
|
+ "userConfirmedUseCompilerModuleSwitch": false,
|
|
"showShadowRootInWxmlPanel": true,
|
|
"showShadowRootInWxmlPanel": true,
|
|
- "scopeDataCheck": false,
|
|
|
|
- "uglifyFileName": false,
|
|
|
|
"checkInvalidKey": true,
|
|
"checkInvalidKey": true,
|
|
"checkSiteMap": true,
|
|
"checkSiteMap": true,
|
|
- "uploadWithSourceMap": true,
|
|
|
|
- "compileHotReLoad": false,
|
|
|
|
"useMultiFrameRuntime": true,
|
|
"useMultiFrameRuntime": true,
|
|
"babelSetting": {
|
|
"babelSetting": {
|
|
"ignore": [],
|
|
"ignore": [],
|
|
@@ -25,9 +28,6 @@
|
|
"outputPath": ""
|
|
"outputPath": ""
|
|
},
|
|
},
|
|
"enableEngineNative": false,
|
|
"enableEngineNative": false,
|
|
- "useIsolateContext": true,
|
|
|
|
- "useCompilerModule": true,
|
|
|
|
- "userConfirmedUseCompilerModuleSwitch": false,
|
|
|
|
"userConfirmedBundleSwitch": false,
|
|
"userConfirmedBundleSwitch": false,
|
|
"packNpmManually": false,
|
|
"packNpmManually": false,
|
|
"packNpmRelationList": [],
|
|
"packNpmRelationList": [],
|
|
@@ -38,7 +38,6 @@
|
|
"compileType": "miniprogram",
|
|
"compileType": "miniprogram",
|
|
"miniprogramRoot": "weapp/",
|
|
"miniprogramRoot": "weapp/",
|
|
"srcMiniprogramRoot": "weapp/",
|
|
"srcMiniprogramRoot": "weapp/",
|
|
- "condition": {},
|
|
|
|
"editorSetting": {
|
|
"editorSetting": {
|
|
"tabIndent": "insertSpaces",
|
|
"tabIndent": "insertSpaces",
|
|
"tabSize": 2
|
|
"tabSize": 2
|
|
@@ -52,5 +51,9 @@
|
|
],
|
|
],
|
|
"include": []
|
|
"include": []
|
|
},
|
|
},
|
|
- "appid": "wxda2ef261ac3cca32"
|
|
|
|
|
|
+ "appid": "wxda2ef261ac3cca32",
|
|
|
|
+ "projectname": "sagacloud-sagacare-weChat",
|
|
|
|
+ "simulatorType": "wechat",
|
|
|
|
+ "simulatorPluginLibVersion": {},
|
|
|
|
+ "condition": {}
|
|
}
|
|
}
|