Skip to content

Commit

Permalink
Add the browserslist config in package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
francois2metz committed Mar 15, 2020
1 parent 1b0d146 commit 0426db6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"presets": [
["@babel/preset-env", {
"targets": "last 2 Firefox versions, last 2 Chrome versions, last 2 Edge versions, last 2 Safari versions"
}]
["@babel/preset-env"]
]
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"build": "parcel build index.html",
"test": "jest --watch"
},
"browserslist": "last 2 Firefox versions, last 2 Chrome versions, last 2 Edge versions, last 2 Safari versions",
"jest": {
"moduleFileExtensions": [
"js",
Expand Down

0 comments on commit 0426db6

Please sign in to comment.