We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d05c15f commit f962626Copy full SHA for f962626
1 file changed
browserslist.config.js
@@ -4,7 +4,7 @@
4
*/
5
6
module.exports = [
7
- 'baseline widely available with downstream and last 4 major versions and not dead',
8
- 'baseline widely available with downstream and >0.25% and not dead',
+ 'baseline widely available with downstream and last 2 major versions and not dead',
+ 'baseline widely available with downstream and >0.05% and not dead',
9
'firefox esr'
10
]
0 commit comments