Skip to content

Commit

Permalink
chore(client): improve babel config
Browse files Browse the repository at this point in the history
  • Loading branch information
NotExpectedYet committed Oct 1, 2022
1 parent 46015fb commit 300ba56
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,14 @@
"eslint:recommended"
],
"babel": {
"presets": ["@babel/preset-env"]
"presets": [
[
"@babel/preset-env",
{
"useBuiltIns": "entry"
}
]
]
},
"parserOptions": {
"parser": "@babel/eslint-parser"
Expand Down

0 comments on commit 300ba56

Please sign in to comment.