Skip to content

Commit

Permalink
touch up sample browserslist file
Browse files Browse the repository at this point in the history
  • Loading branch information
antonk52 committed Dec 6, 2020
1 parent f36cf15 commit 35b1b28
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,28 @@
extends browserslist-config-mycompany

defaults
not IE 11
maintained node versions

# Sample comment
[production]
> 1%
ie 10
chrome 70

[legacy]
ie < 11 and not ie 7
< 1% in US
not dead

[modern]
last 1 chrome version
last 1 firefox version
safari 13.2
> .5% and not last 2 versions and not dead

[ssr]
node 12

[dates]
last 1.4 years
Last 5 years
since 2020-04-20

0 comments on commit 35b1b28

Please sign in to comment.