Switched from Promises to async/await, mostly
This commit is contained in:
+13
-1
@@ -7,7 +7,19 @@
|
||||
],
|
||||
"presets":
|
||||
[
|
||||
"@babel/env",
|
||||
[
|
||||
"@babel/preset-env",
|
||||
{
|
||||
"targets": {
|
||||
"browsers": [
|
||||
"chrome >= 67",
|
||||
"edge >= 17",
|
||||
"firefox >= 60",
|
||||
"safari >= 12"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"@babel/react"
|
||||
]
|
||||
}
|
||||
|
||||
+842
-1053
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user