project.config.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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": 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. "useMultiFrameRuntime": false,
  23. "useApiHook": false,
  24. "useApiHostProcess": false,
  25. "babelSetting": {
  26. "ignore": [],
  27. "disablePlugins": [],
  28. "outputPath": ""
  29. },
  30. "enableEngineNative": false,
  31. "useIsolateContext": true,
  32. "userConfirmedBundleSwitch": false,
  33. "packNpmManually": false,
  34. "packNpmRelationList": [],
  35. "minifyWXSS": true,
  36. "showES6CompileOption": false
  37. },
  38. "appid": "wx0cf4e5aa4357576b",
  39. "projectname": "miniprogram-1",
  40. "libVersion": "2.14.1",
  41. "cloudfunctionTemplateRoot": "cloudfunctionTemplate",
  42. "condition": {
  43. "search": {
  44. "list": []
  45. },
  46. "conversation": {
  47. "list": []
  48. },
  49. "plugin": {
  50. "list": []
  51. },
  52. "game": {
  53. "list": []
  54. },
  55. "miniprogram": {
  56. "list": [
  57. {
  58. "id": -1,
  59. "name": "db guide",
  60. "pathName": "pages/databaseGuide/databaseGuide"
  61. }
  62. ]
  63. }
  64. }
  65. }