|
@@ -1,12 +1,9 @@
|
|
{
|
|
{
|
|
- "description": "项目配置文件",
|
|
|
|
- "packOptions": {
|
|
|
|
- "ignore": []
|
|
|
|
- },
|
|
|
|
|
|
+ "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
|
"setting": {
|
|
"setting": {
|
|
"urlCheck": true,
|
|
"urlCheck": true,
|
|
- "es6": true,
|
|
|
|
- "enhance": false,
|
|
|
|
|
|
+ "es6": false,
|
|
|
|
+ "enhance": true,
|
|
"postcss": true,
|
|
"postcss": true,
|
|
"preloadBackgroundData": false,
|
|
"preloadBackgroundData": false,
|
|
"minified": true,
|
|
"minified": true,
|
|
@@ -22,38 +19,26 @@
|
|
"uploadWithSourceMap": true,
|
|
"uploadWithSourceMap": true,
|
|
"compileHotReLoad": false,
|
|
"compileHotReLoad": false,
|
|
"useMultiFrameRuntime": true,
|
|
"useMultiFrameRuntime": true,
|
|
- "useApiHook": true,
|
|
|
|
- "useApiHostProcess": true,
|
|
|
|
"babelSetting": {
|
|
"babelSetting": {
|
|
"ignore": [],
|
|
"ignore": [],
|
|
"disablePlugins": [],
|
|
"disablePlugins": [],
|
|
"outputPath": ""
|
|
"outputPath": ""
|
|
},
|
|
},
|
|
"enableEngineNative": false,
|
|
"enableEngineNative": false,
|
|
- "useIsolateContext": false,
|
|
|
|
|
|
+ "useIsolateContext": true,
|
|
"userConfirmedBundleSwitch": false,
|
|
"userConfirmedBundleSwitch": false,
|
|
- "packNpmManually": true,
|
|
|
|
- "packNpmRelationList": [
|
|
|
|
- {
|
|
|
|
- "packageJsonPath": "./package.json",
|
|
|
|
- "miniprogramNpmDistDir": "./"
|
|
|
|
- }
|
|
|
|
- ],
|
|
|
|
|
|
+ "packNpmManually": false,
|
|
|
|
+ "packNpmRelationList": [],
|
|
"minifyWXSS": true,
|
|
"minifyWXSS": true,
|
|
"disableUseStrict": false,
|
|
"disableUseStrict": false,
|
|
"minifyWXML": true,
|
|
"minifyWXML": true,
|
|
"showES6CompileOption": false,
|
|
"showES6CompileOption": false,
|
|
- "useCompilerPlugins": false
|
|
|
|
|
|
+ "useCompilerPlugins": false,
|
|
|
|
+ "ignoreUploadUnusedFiles": true,
|
|
|
|
+ "useStaticServer": true,
|
|
|
|
+ "lazyloadPlaceholderEnable": false
|
|
},
|
|
},
|
|
"compileType": "miniprogram",
|
|
"compileType": "miniprogram",
|
|
- "libVersion": "2.17.0",
|
|
|
|
- "appid": "wx9dbe0362bafd3d6f",
|
|
|
|
- "projectname": "bigData",
|
|
|
|
- "debugOptions": {
|
|
|
|
- "hidedInDevtools": []
|
|
|
|
- },
|
|
|
|
- "scripts": {},
|
|
|
|
- "isGameTourist": false,
|
|
|
|
"condition": {
|
|
"condition": {
|
|
"plugin": {
|
|
"plugin": {
|
|
"list": []
|
|
"list": []
|
|
@@ -73,5 +58,14 @@
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|
|
|
|
+ },
|
|
|
|
+ "editorSetting": {
|
|
|
|
+ "tabIndent": "insertSpaces",
|
|
|
|
+ "tabSize": 2
|
|
|
|
+ },
|
|
|
|
+ "libVersion": "2.24.3",
|
|
|
|
+ "packOptions": {
|
|
|
|
+ "ignore": [],
|
|
|
|
+ "include": []
|
|
}
|
|
}
|
|
}
|
|
}
|