project.config.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. "lazyloadPlaceholderEnable": false,
  23. "useMultiFrameRuntime": true,
  24. "useApiHook": true,
  25. "useApiHostProcess": true,
  26. "babelSetting": {
  27. "ignore": [],
  28. "disablePlugins": [],
  29. "outputPath": ""
  30. },
  31. "enableEngineNative": false,
  32. "useIsolateContext": true,
  33. "userConfirmedBundleSwitch": false,
  34. "packNpmManually": false,
  35. "packNpmRelationList": [],
  36. "minifyWXSS": true,
  37. "disableUseStrict": false,
  38. "minifyWXML": true,
  39. "showES6CompileOption": false,
  40. "useCompilerPlugins": false,
  41. "useStaticServer": true
  42. },
  43. "appid": "wxc54a75206e5dfc60",
  44. "projectname": "derunsanqin",
  45. "libVersion": "2.14.1",
  46. "cloudfunctionTemplateRoot": "cloudfunctionTemplate/",
  47. "condition": {
  48. "search": {
  49. "list": []
  50. },
  51. "conversation": {
  52. "list": []
  53. },
  54. "plugin": {
  55. "list": []
  56. },
  57. "game": {
  58. "list": []
  59. },
  60. "miniprogram": {
  61. "list": [
  62. {
  63. "id": -1,
  64. "name": "db guide",
  65. "pathName": "pages/databaseGuide/databaseGuide"
  66. }
  67. ]
  68. }
  69. },
  70. "compileType": "miniprogram",
  71. "srcMiniprogramRoot": "miniprogram/",
  72. "packOptions": {
  73. "ignore": [],
  74. "include": []
  75. },
  76. "editorSetting": {
  77. "tabIndent": "insertSpaces",
  78. "tabSize": 2
  79. },
  80. "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html"
  81. }