project.config.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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. "useCompilerModule": false,
  27. "userConfirmedUseCompilerModuleSwitch": false
  28. },
  29. "compileType": "miniprogram",
  30. "libVersion": "2.14.1",
  31. "appid": "wx91b4a901e2f6876b",
  32. "projectname": "zyyc-wxmini",
  33. "miniprogramRoot": "dist/wx/",
  34. "cloudfunctionTemplateRoot": "",
  35. "watchOptions": {
  36. "ignore": []
  37. },
  38. "debugOptions": {
  39. "hidedInDevtools": []
  40. },
  41. "scripts": {},
  42. "simulatorType": "wechat",
  43. "simulatorPluginLibVersion": {},
  44. "condition": {
  45. "search": {
  46. "current": -1,
  47. "list": []
  48. },
  49. "conversation": {
  50. "current": -1,
  51. "list": []
  52. },
  53. "plugin": {
  54. "current": -1,
  55. "list": []
  56. },
  57. "game": {
  58. "list": []
  59. },
  60. "gamePlugin": {
  61. "current": -1,
  62. "list": []
  63. },
  64. "miniprogram": {
  65. "current": -1,
  66. "list": []
  67. }
  68. }
  69. }