project.config.json 941 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": true,
  9. "postcss": true,
  10. "minified": true,
  11. "newFeature": true,
  12. "coverView": true,
  13. "autoAudits": false,
  14. "checkInvalidKey": true,
  15. "checkSiteMap": true,
  16. "uploadWithSourceMap": true,
  17. "babelSetting": {
  18. "ignore": [],
  19. "disablePlugins": [],
  20. "outputPath": ""
  21. }
  22. },
  23. "compileType": "miniprogram",
  24. "libVersion": "2.7.2",
  25. "appid": "wxd8bb3f7de92c60c0",
  26. "projectname": "niuniu",
  27. "cloudfunctionTemplateRoot": "",
  28. "debugOptions": {
  29. "hidedInDevtools": []
  30. },
  31. "scripts": {},
  32. "simulatorType": "wechat",
  33. "simulatorPluginLibVersion": {},
  34. "condition": {
  35. "search": {
  36. "current": -1,
  37. "list": []
  38. },
  39. "conversation": {
  40. "current": -1,
  41. "list": []
  42. },
  43. "plugin": {
  44. "current": -1,
  45. "list": []
  46. },
  47. "game": {
  48. "list": []
  49. },
  50. "miniprogram": {
  51. "current": -1,
  52. "list": []
  53. }
  54. }
  55. }