project.config.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "miniprogramRoot": "miniprogram/",
  3. "cloudfunctionRoot": "cloudfunctions/",
  4. "setting": {
  5. "urlCheck": true,
  6. "es6": true,
  7. "enhance": true,
  8. "postcss": true,
  9. "preloadBackgroundData": false,
  10. "minified": true,
  11. "newFeature": true,
  12. "coverView": true,
  13. "nodeModules": true,
  14. "autoAudits": false,
  15. "showShadowRootInWxmlPanel": true,
  16. "scopeDataCheck": false,
  17. "uglifyFileName": false,
  18. "checkInvalidKey": true,
  19. "checkSiteMap": true,
  20. "uploadWithSourceMap": true,
  21. "compileHotReLoad": false,
  22. "useMultiFrameRuntime": false,
  23. "useApiHook": false,
  24. "useApiHostProcess": false,
  25. "babelSetting": {
  26. "ignore": [],
  27. "disablePlugins": [],
  28. "outputPath": ""
  29. },
  30. "enableEngineNative": false,
  31. "useIsolateContext": true,
  32. "userConfirmedBundleSwitch": false,
  33. "packNpmManually": false,
  34. "packNpmRelationList": [],
  35. "minifyWXSS": true,
  36. "showES6CompileOption": false,
  37. "ignoreUploadUnusedFiles": true,
  38. "condition": false
  39. },
  40. "appid": "wxcbc23a7780c48db2",
  41. "projectname": "miniprogram-1",
  42. "libVersion": "2.14.1",
  43. "cloudfunctionTemplateRoot": "cloudfunctionTemplate/",
  44. "condition": {
  45. "search": {
  46. "list": []
  47. },
  48. "conversation": {
  49. "list": []
  50. },
  51. "plugin": {
  52. "list": []
  53. },
  54. "game": {
  55. "list": []
  56. },
  57. "miniprogram": {
  58. "list": [
  59. {
  60. "id": -1,
  61. "name": "db guide",
  62. "pathName": "pages/databaseGuide/databaseGuide"
  63. }
  64. ]
  65. }
  66. },
  67. "compileType": "miniprogram",
  68. "srcMiniprogramRoot": "miniprogram/",
  69. "packOptions": {
  70. "ignore": [],
  71. "include": []
  72. },
  73. "editorSetting": {
  74. "tabIndent": "insertSpaces",
  75. "tabSize": 2
  76. }
  77. }