project.config.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": true,
  8. "es6": true,
  9. "postcss": true,
  10. "preloadBackgroundData": false,
  11. "minified": true,
  12. "newFeature": true,
  13. "coverView": true,
  14. "nodeModules": false,
  15. "autoAudits": false,
  16. "showShadowRootInWxmlPanel": true,
  17. "scopeDataCheck": false,
  18. "checkInvalidKey": true,
  19. "checkSiteMap": true,
  20. "uploadWithSourceMap": true,
  21. "babelSetting": {
  22. "ignore": [],
  23. "disablePlugins": [],
  24. "outputPath": ""
  25. }
  26. },
  27. "compileType": "miniprogram",
  28. "libVersion": "2.14.1",
  29. "appid": "wx91b4a901e2f6876b",
  30. "projectname": "zyyc-wxmini",
  31. "miniprogramRoot": "dist/wx/",
  32. "cloudfunctionTemplateRoot": "",
  33. "watchOptions": {
  34. "ignore": []
  35. },
  36. "debugOptions": {
  37. "hidedInDevtools": []
  38. },
  39. "scripts": {},
  40. "condition": {
  41. "search": {
  42. "current": -1,
  43. "list": []
  44. },
  45. "conversation": {
  46. "current": -1,
  47. "list": []
  48. },
  49. "plugin": {
  50. "current": -1,
  51. "list": []
  52. },
  53. "game": {
  54. "list": []
  55. },
  56. "gamePlugin": {
  57. "current": -1,
  58. "list": []
  59. },
  60. "miniprogram": {
  61. "current": -1,
  62. "list": []
  63. }
  64. }
  65. }