We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a317692 commit 3031c6bCopy full SHA for 3031c6b
3 files changed
packages/browserslist-config/src/browsers-esm.js
@@ -0,0 +1 @@
1
+module.exports = ['defaults and supports es6-module']
packages/browserslist-config/src/browsers.js
@@ -1,10 +1,5 @@
module.exports = [
2
- '> 0.5%',
3
- 'last 2 versions',
4
- 'iOS > 7',
5
- 'Android > 4.4',
6
- 'Firefox ESR',
+ 'defaults',
7
'not IE > 0',
8
- 'not IE_mob > 0',
9
- 'not dead'
+ 'not IE_mob > 0'
10
]
packages/browserslist-config/src/node-esm.js
+module.exports = ['node >= 14']
0 commit comments