wessberg / browserslist-generator

A library that makes generating and validating Browserslists a breeze!
MIT License
91 stars 8 forks source link

ChromeAndroid in the browerslist query always results in ECMA version `es3` #3

Closed alexanbj closed 5 years ago

alexanbj commented 5 years ago

I noticed that if you specify and_chr in the browserslist query, getAppropriateEcmaVersionForBrowserslist will always return es3.

Here is a codesandbox that demonstrates this: https://codesandbox.io/s/ecstatic-silence-ey2g2

wessberg commented 5 years ago

Hi there. Thanks for reporting this issue. It has been fixed in v1.0.30