Skip to content

Commit

Permalink
tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptedAlchemy committed Jul 25, 2021
1 parent fd18393 commit 21f19a0
Showing 1 changed file with 5 additions and 31 deletions.
36 changes: 5 additions & 31 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,10 @@
[
"@babel/preset-env",
{
"modules": false,
"useBuiltIns": "usage",
"corejs": 3
"targets": {
"node": true
}
}
],
],
"plugins": [
"@babel/plugin-proposal-optional-chaining"
],
"env": {
"cjs": {
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": 10,
"browsers": [
">0.23%",
"iOS >= 9",
"Chrome >= 63",
"safari >= 9",
"IE >= 11"
]
},
"useBuiltIns": "usage",
"corejs": 3
}
]
]
}
}
]
]
}

0 comments on commit 21f19a0

Please sign in to comment.