停车场项目web, 互联网仓库, 开发完成后, 需要将代码回传云桌面.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
341 B

  1. {
  2. "presets": [
  3. "@babel/preset-react",
  4. [
  5. "@babel/preset-env",
  6. {
  7. "targets": {
  8. "browsers": [
  9. "last 2 versions",
  10. "Firefox ESR",
  11. "> 1%",
  12. "ie >= 9",
  13. "iOS >= 8",
  14. "Android >= 4"
  15. ]
  16. }
  17. }
  18. ]
  19. ],
  20. "plugins": []
  21. }