Skip to content

Commit

Permalink
readme improvements (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
amilajack committed May 27, 2020
1 parent a403e22 commit bfa7bfa
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Expand Up @@ -38,10 +38,15 @@ Browser targets are configured using [browserslist](https://github.com/browsersl
#### `package.json`

```diff
{
// ...
+ "browserslist": ["chrome 70", "last 1 versions", "not ie <= 8"]
}
{
// ...
+ "browserslist": [
+ "defaults",
+ "not IE 11",
+ "not IE_Mob 11",
+ "maintained node versions"
]
}
```

If no configuration is found, browserslist [defaults to](https://github.com/browserslist/browserslist#queries) `"> 0.5%, last 2 versions, Firefox ESR, not dead"`.
Expand Down

0 comments on commit bfa7bfa

Please sign in to comment.