Skip to content

Fix modern config query

Phuedx requested to merge (removed):work/phuedx into main

When using the modern config with Browserslist v4.23.0, I noticed that the list of browsers didn't include Chrome, Opera, and Edge. Collapsing the four "Last 3 years and…" queries into one fixes this problem (compare [0] with [1]).

[0] https://browsersl.ist/#q=Last+3+years+and+Chrome+%3E+0%0ALast+3+years+and+Opera+%3E+0%0ALast+3+years+and+Edge+%3E+0%0ALast+3+years+and+Firefox+%3E+0%0ASafari+%3E%3D+11.1%0AiOS+%3E%3D+11.3%0AAndroid+%3E%3D+5

[1] https://browsersl.ist/#q=Last+3+years+and+Chrome+%3E+0%2C+Opera+%3E+0%2C+Edge+%3E+0%2C+Firefox+%3E+0%0ASafari+%3E%3D+11.1%0AiOS+%3E%3D+11.3%0AAndroid+%3E%3D+5

Merge request reports