Switched from Promises to async/await, mostly
parent
34765d520d
commit
2b8947e0c1
14
app/.babelrc
14
app/.babelrc
|
|
@ -7,7 +7,19 @@
|
||||||
],
|
],
|
||||||
"presets":
|
"presets":
|
||||||
[
|
[
|
||||||
"@babel/env",
|
[
|
||||||
|
"@babel/preset-env",
|
||||||
|
{
|
||||||
|
"targets": {
|
||||||
|
"browsers": [
|
||||||
|
"chrome >= 67",
|
||||||
|
"edge >= 17",
|
||||||
|
"firefox >= 60",
|
||||||
|
"safari >= 12"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
"@babel/react"
|
"@babel/react"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue