Browserlist is not consisting
See original GitHub issueHi,
I’ve always use the following config:
"browserslist": [
"last 2 versions",
"> 0.5%",
"not ie 11",
"not ie_mob 11",
"not op_mini all",
"not dead"
]
Since today it returns me a strange result:
As you can see it returns safari 5.1 whereas it shouldn’t.
The same config on browserl.ist
doesn’t return safari 5.1 as you can see.
I’m surprise because I haven’t change my browserlist config for while…
Thanks for your help!
Cheers
Issue Analytics
- State:
- Created 4 years ago
- Comments:15 (8 by maintainers)
Top Results From Across the Web
Different behavior of "not" operator in package.json and ...
Browserslist is on 3.2.8, and using not < 1% (with space) not working as well. Still, .browserslistrc and cli (globally, locally) with "last...
Read more >browserslist - npm
Developers set their version lists using queries like last 2 versions to be free from updating versions manually. Browserslist will use caniuse ...
Read more >What is the significance of browserslist in package.json ...
Browserslist is a tool that allows specifying which browsers should be supported in your frontend app by specifying "queries" in a config file....
Read more >node_modules/browserslist · master - PLMlab - CNRS
Developers set their version lists using queries like last 2 versions to be free from updating versions manually. Browserslist will use caniuse-lite with ......
Read more >browserslist: What Browsers do you need to Support?
Video not working? It looks like your browser may not support the H264 codec. If you're using Linux, try a different browser or...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank you for posting this issue, @jimblue. I was very confused.
Here are the browsers currently returning by
default
:I tried a similar query,
> 0.5% and not dead
, and these were the results:I think the surprising thing in both results is that
not dead
is not removingsamsung 4
orsafari 5.1
. I thought both of these browsers would fall under “without official support or updates for 24 months”.