Switched from Promises to async/await, mostly
This commit is contained in:
+13
-1
@@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
+841
-1052
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user