You need to run `npx browserslist@latest --update-db` every month to keep browsers data up to date.
Otherwise, `last 2 browsers` or `> 1%` will return outdated browsers, and will add unnecessary polyfills.
github.com/browserslist/b
Conversation
Would it be excessive to run it during "predeploy"? 😂
1
2
Here’s a thing to know, if browserlist is in your dependency graph.
1


