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": false,
  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": false,
  23. "useApiHook": true,
  24. "babelSetting": {
  25. "ignore": [],
  26. "disablePlugins": [],
  27. "outputPath": ""
  28. },
  29. "bundle": false,
  30. "useIsolateContext": true,
  31. "useCompilerModule": true,
  32. "userConfirmedUseCompilerModuleSwitch": false,
  33. "packNpmManually": false,
  34. "packNpmRelationList": [],
  35. "useApiHostProcess": false,
  36. "enableEngineNative": false,
  37. "userConfirmedBundleSwitch": false,
  38. "minifyWXSS": true
  39. },
  40. "appid": "wx0e563b41fe518ad1",
  41. "projectname": "%E6%B1%87%E5%90%AC",
  42. "libVersion": "2.10.4",
  43. "simulatorType": "wechat",
  44. "simulatorPluginLibVersion": {},
  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. }