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, Autoprefixer and Babel will add unnecessary polyfills.
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, Autoprefixer and Babel will add unnecessary polyfills.