Skip to content

Commit

Permalink
chore: add browserslist config "fully support es6" (#286)
Browse files Browse the repository at this point in the history
* chore: add browserslist config "fully support es6"

* match react-i18next
  • Loading branch information
VIKTORVAV99 committed May 12, 2024
1 parent f9c9c86 commit 5b046ce
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
{
"presets": ["@babel/env"]
"presets": [
[
"@babel/env",
{
"targets": {
"browsers": ["defaults"]
}
}
]
]
}

0 comments on commit 5b046ce

Please sign in to comment.