project.config.json 630 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": true,
  8. "es6": true,
  9. "postcss": true,
  10. "minified": true,
  11. "newFeature": true
  12. },
  13. "compileType": "miniprogram",
  14. "libVersion": "2.2.2",
  15. "appid": "wx4624e6bad9cc89c7",
  16. "projectname": "tabbarDemo",
  17. "isGameTourist": false,
  18. "simulatorType": "wechat",
  19. "simulatorPluginLibVersion": {},
  20. "condition": {
  21. "search": {
  22. "current": -1,
  23. "list": []
  24. },
  25. "conversation": {
  26. "current": -1,
  27. "list": []
  28. },
  29. "game": {
  30. "currentL": -1,
  31. "list": []
  32. },
  33. "miniprogram": {
  34. "current": -1,
  35. "list": []
  36. }
  37. }
  38. }