project.config.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "miniprogramRoot": "miniprogram/",
  3. "cloudfunctionRoot": "cloudfunctions/",
  4. "setting": {
  5. "urlCheck": false,
  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. "bundle": false,
  32. "useIsolateContext": true,
  33. "useCompilerModule": true,
  34. "userConfirmedUseCompilerModuleSwitch": false,
  35. "userConfirmedBundleSwitch": false,
  36. "packNpmManually": false,
  37. "packNpmRelationList": [],
  38. "minifyWXSS": true
  39. },
  40. "appid": "wx0cf4e5aa4357576b",
  41. "projectname": "miniprogram-1",
  42. "libVersion": "2.14.1",
  43. "cloudfunctionTemplateRoot": "cloudfunctionTemplate",
  44. "condition": {
  45. "search": {
  46. "list": []
  47. },
  48. "conversation": {
  49. "list": []
  50. },
  51. "plugin": {
  52. "list": []
  53. },
  54. "game": {
  55. "list": []
  56. },
  57. "miniprogram": {
  58. "list": [
  59. {
  60. "id": -1,
  61. "name": "db guide",
  62. "pathName": "pages/databaseGuide/databaseGuide"
  63. }
  64. ]
  65. }
  66. }
  67. }