project.config.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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": false,
  24. "useApiHook": false,
  25. "useApiHostProcess": false,
  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. },
  42. "appid": "wxc54a75206e5dfc60",
  43. "projectname": "derunsanqin",
  44. "libVersion": "2.14.1",
  45. "cloudfunctionTemplateRoot": "cloudfunctionTemplate",
  46. "condition": {
  47. "search": {
  48. "list": []
  49. },
  50. "conversation": {
  51. "list": []
  52. },
  53. "plugin": {
  54. "list": []
  55. },
  56. "game": {
  57. "list": []
  58. },
  59. "miniprogram": {
  60. "list": [
  61. {
  62. "id": -1,
  63. "name": "db guide",
  64. "pathName": "pages/databaseGuide/databaseGuide"
  65. }
  66. ]
  67. }
  68. }
  69. }