project.config.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  3. "setting": {
  4. "urlCheck": false,
  5. "es6": true,
  6. "postcss": true,
  7. "minified": true,
  8. "newFeature": true,
  9. "scopeDataCheck": false,
  10. "checkInvalidKey": true,
  11. "checkSiteMap": true,
  12. "uploadWithSourceMap": true,
  13. "useMultiFrameRuntime": true,
  14. "useApiHook": false,
  15. "useApiHostProcess": false,
  16. "babelSetting": {
  17. "ignore": [],
  18. "disablePlugins": [],
  19. "outputPath": ""
  20. },
  21. "useIsolateContext": false,
  22. "userConfirmedBundleSwitch": false,
  23. "packNpmManually": false,
  24. "packNpmRelationList": [],
  25. "minifyWXSS": true,
  26. "disableUseStrict": false,
  27. "minifyWXML": true,
  28. "showES6CompileOption": false,
  29. "useCompilerPlugins": false,
  30. "ignoreUploadUnusedFiles": true,
  31. "useStaticServer": true,
  32. "condition": false
  33. },
  34. "compileType": "miniprogram",
  35. "libVersion": "2.3.0",
  36. "appid": "wx313a8f2c0741efe1",
  37. "projectname": "%E8%AF%86%E5%AD%97",
  38. "simulatorType": "wechat",
  39. "simulatorPluginLibVersion": {},
  40. "condition": {
  41. "miniprogram": {
  42. "list": [
  43. {
  44. "name": "首页",
  45. "pathName": "pages/main/index",
  46. "query": ""
  47. },
  48. {
  49. "name": "列表",
  50. "pathName": "pages/main/list",
  51. "query": ""
  52. },
  53. {
  54. "name": "详情页",
  55. "pathName": "pages/main/detail",
  56. "query": "bookid=1&unitid=1&wordid=0"
  57. },
  58. {
  59. "name": "\b搜索",
  60. "pathName": "pages/main/search",
  61. "query": ""
  62. }
  63. ]
  64. }
  65. },
  66. "packOptions": {
  67. "ignore": [],
  68. "include": []
  69. },
  70. "editorSetting": {
  71. "tabIndent": "insertSpaces",
  72. "tabSize": 2
  73. }
  74. }