project.config.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  3. "miniprogramRoot": "miniprogram/",
  4. "cloudfunctionRoot": "cloudfunctions/",
  5. "setting": {
  6. "urlCheck": true,
  7. "es6": true,
  8. "enhance": true,
  9. "postcss": true,
  10. "preloadBackgroundData": false,
  11. "minified": true,
  12. "newFeature": true,
  13. "coverView": true,
  14. "nodeModules": false,
  15. "autoAudits": false,
  16. "showShadowRootInWxmlPanel": true,
  17. "scopeDataCheck": false,
  18. "uglifyFileName": false,
  19. "checkInvalidKey": true,
  20. "checkSiteMap": true,
  21. "uploadWithSourceMap": true,
  22. "compileHotReLoad": false,
  23. "lazyloadPlaceholderEnable": false,
  24. "useMultiFrameRuntime": false,
  25. "useApiHook": false,
  26. "useApiHostProcess": false,
  27. "babelSetting": {
  28. "ignore": [],
  29. "disablePlugins": [],
  30. "outputPath": ""
  31. },
  32. "useIsolateContext": false,
  33. "userConfirmedBundleSwitch": false,
  34. "packNpmManually": false,
  35. "packNpmRelationList": [],
  36. "minifyWXSS": true,
  37. "disableUseStrict": false,
  38. "minifyWXML": true,
  39. "showES6CompileOption": false,
  40. "useCompilerPlugins": false,
  41. "ignoreUploadUnusedFiles": true,
  42. "localPlugins": false
  43. },
  44. "appid": "wxd8fe7909b3471a51",
  45. "projectname": "货主小程序",
  46. "libVersion": "2.19.6",
  47. "cloudfunctionTemplateRoot": "cloudfunctionTemplate/",
  48. "condition": {
  49. "search": {
  50. "list": []
  51. },
  52. "conversation": {
  53. "list": []
  54. },
  55. "plugin": {
  56. "list": []
  57. },
  58. "game": {
  59. "list": []
  60. },
  61. "miniprogram": {
  62. "list": [
  63. {
  64. "id": -1,
  65. "name": "db guide",
  66. "pathName": "pages/databaseGuide/databaseGuide"
  67. }
  68. ]
  69. }
  70. },
  71. "compileType": "miniprogram",
  72. "packOptions": {
  73. "ignore": [],
  74. "include": []
  75. },
  76. "srcMiniprogramRoot": "miniprogram/",
  77. "editorSetting": {
  78. "tabIndent": "insertSpaces",
  79. "tabSize": 2
  80. }
  81. }