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. "babelSetting": {
  24. "ignore": [],
  25. "disablePlugins": [],
  26. "outputPath": ""
  27. },
  28. "enableEngineNative": false,
  29. "useIsolateContext": true,
  30. "userConfirmedBundleSwitch": false,
  31. "packNpmManually": false,
  32. "packNpmRelationList": [],
  33. "minifyWXSS": true,
  34. "showES6CompileOption": false,
  35. "ignoreUploadUnusedFiles": true,
  36. "condition": false,
  37. "skylineRenderEnable": false,
  38. "minifyWXML": true,
  39. "useApiHook": false,
  40. "useApiHostProcess": false
  41. },
  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. "editorSetting": {
  69. "tabIndent": "insertSpaces",
  70. "tabSize": 2
  71. },
  72. "packOptions": {
  73. "ignore": [],
  74. "include": []
  75. },
  76. "appid": "wx2f9a2289b067525d"
  77. }