Advertisement
Guest User

browserslist, polyfills and core-js

a guest
Apr 28th, 2020
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. # This file is used by the build system to adjust CSS and JS output to support the specified browsers below.
  2. # For additional information regarding the format and rule options, please see:
  3. # https://github.com/browserslist/browserslist#queries
  4.  
  5. # You can see what browsers were selected by your queries by running:
  6. # npx browserslist
  7.  
  8. > 0.5%
  9. last 2 versions
  10. Firefox ESR
  11. not dead
  12. IE 9-11 # For IE 9-11 support, remove 'not'.
  13.  
  14.  
  15. $ npx browserslist
  16. and_chr 80
  17. and_ff 68
  18. and_qq 1.2
  19. and_uc 12.12
  20. android 80
  21. baidu 7.12
  22. chrome 81
  23. chrome 80
  24. chrome 79
  25. edge 80
  26. edge 79
  27. edge 18
  28. firefox 75
  29. firefox 74
  30. firefox 73
  31. firefox 68
  32. ie 11
  33. ios_saf 13.3
  34. ios_saf 13.2
  35. ios_saf 12.2-12.4
  36. kaios 2.5
  37. op_mini all
  38. op_mob 46
  39. opera 67
  40. opera 66
  41. safari 13
  42. safari 12.1
  43. samsung 11.1
  44. samsung 10.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement