mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-26 00:51:37 +01:00
remove preset-es2015 from babel config (#2849)
This commit is contained in:
parent
8009366231
commit
59ca634b89
1 changed files with 3 additions and 2 deletions
5
.babelrc
5
.babelrc
|
@ -1,12 +1,13 @@
|
|||
{
|
||||
"presets": [
|
||||
"es2015",
|
||||
"react",
|
||||
[
|
||||
"env",
|
||||
{
|
||||
"loose": true,
|
||||
"modules": false
|
||||
"targets": {
|
||||
"browsers": ["last 2 versions", "IE >= 11", "iOS >= 9"]
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue