a-x- / react-easy-print

Powerful react component for easy printing
https://www.npmjs.com/package/react-easy-print
MIT License
87 stars 19 forks source link

Tune babel browsers config #20

Closed a-x- closed 6 years ago

a-x- commented 6 years ago

last 2 version is a well-known anti-pattern. What about ['>2%', 'last 2 Chrome versions', 'last 1 Safari version']?

a-x- commented 6 years ago

https://jamie.build/last-2-versions

a-x- commented 6 years ago

I'll follow jamie's recommendation:

{
"browsers": [
  ">0.25%",
  "not ie 11",
  "not op_mini all"
]
}
a-x- commented 6 years ago

📦 0.7.3-0