|
@@ -1,7 +1,8 @@
|
|
|
{
|
|
|
- "description": "Project configuration file",
|
|
|
+ "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
|
|
"packOptions": {
|
|
|
- "ignore": []
|
|
|
+ "ignore": [],
|
|
|
+ "include": []
|
|
|
},
|
|
|
"setting": {
|
|
|
"urlCheck": false,
|
|
@@ -37,34 +38,23 @@
|
|
|
"userConfirmedBundleSwitch": false,
|
|
|
"packNpmManually": false,
|
|
|
"packNpmRelationList": [],
|
|
|
- "minifyWXSS": true
|
|
|
+ "minifyWXSS": true,
|
|
|
+ "lazyloadPlaceholderEnable": false,
|
|
|
+ "useStaticServer": true,
|
|
|
+ "showES6CompileOption": false,
|
|
|
+ "disableUseStrict": false,
|
|
|
+ "useCompilerPlugins": false,
|
|
|
+ "minifyWXML": true
|
|
|
},
|
|
|
"compileType": "miniprogram",
|
|
|
"libVersion": "2.8.0",
|
|
|
"appid": "wx701d6e0be4d00ae7",
|
|
|
"projectname": "ndjsxh",
|
|
|
- "debugOptions": {
|
|
|
- "hidedInDevtools": []
|
|
|
- },
|
|
|
- "isGameTourist": false,
|
|
|
"simulatorType": "wechat",
|
|
|
"simulatorPluginLibVersion": {},
|
|
|
- "condition": {
|
|
|
- "search": {
|
|
|
- "list": []
|
|
|
- },
|
|
|
- "conversation": {
|
|
|
- "list": []
|
|
|
- },
|
|
|
- "plugin": {
|
|
|
- "list": []
|
|
|
- },
|
|
|
- "game": {
|
|
|
- "currentL": -1,
|
|
|
- "list": []
|
|
|
- },
|
|
|
- "miniprogram": {
|
|
|
- "list": []
|
|
|
- }
|
|
|
+ "condition": {},
|
|
|
+ "editorSetting": {
|
|
|
+ "tabIndent": "insertSpaces",
|
|
|
+ "tabSize": 2
|
|
|
}
|
|
|
}
|