project.config.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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": false,
  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": true,
  23. "useApiHook": true,
  24. "useApiHostProcess": true,
  25. "babelSetting": {
  26. "ignore": [],
  27. "disablePlugins": [],
  28. "outputPath": ""
  29. },
  30. "enableEngineNative": false,
  31. "useIsolateContext": true,
  32. "useCompilerModule": true,
  33. "userConfirmedUseCompilerModuleSwitch": false,
  34. "userConfirmedBundleSwitch": false,
  35. "packNpmManually": false,
  36. "packNpmRelationList": [],
  37. "minifyWXSS": true
  38. },
  39. "appid": "wx9a280bbd81c64f56",
  40. "projectname": "quickstart-wx-cloud",
  41. "libVersion": "3.6.4",
  42. "cloudfunctionTemplateRoot": "cloudfunctionTemplate/",
  43. "condition": {
  44. "miniprogram": {
  45. "list": [
  46. {
  47. "name": "db guide",
  48. "pathName": "pages/databaseGuide/databaseGuide",
  49. "query": ""
  50. }
  51. ]
  52. }
  53. },
  54. "compileType": "miniprogram",
  55. "srcMiniprogramRoot": "miniprogram/",
  56. "packOptions": {
  57. "ignore": [],
  58. "include": []
  59. },
  60. "editorSetting": {
  61. "tabIndent": "insertSpaces",
  62. "tabSize": 2
  63. }
  64. }