project.config.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. },
  39. "appid": "wx0cf4e5aa4357576b",
  40. "projectname": "miniprogram-1",
  41. "libVersion": "2.14.1",
  42. "cloudfunctionTemplateRoot": "cloudfunctionTemplate/",
  43. "condition": {
  44. "search": {
  45. "list": []
  46. },
  47. "conversation": {
  48. "list": []
  49. },
  50. "plugin": {
  51. "list": []
  52. },
  53. "game": {
  54. "list": []
  55. },
  56. "miniprogram": {
  57. "list": [
  58. {
  59. "id": -1,
  60. "name": "db guide",
  61. "pathName": "pages/databaseGuide/databaseGuide"
  62. }
  63. ]
  64. }
  65. },
  66. "compileType": "miniprogram",
  67. "srcMiniprogramRoot": "miniprogram/",
  68. "packOptions": {
  69. "ignore": [],
  70. "include": []
  71. },
  72. "editorSetting": {
  73. "tabIndent": "insertSpaces",
  74. "tabSize": 2
  75. }
  76. }