Switched from Promises to async/await, mostly

master
Håvar Aambø Fosstveit 2018-10-21 01:02:43 +02:00
parent 34765d520d
commit 2b8947e0c1
2 changed files with 855 additions and 1054 deletions

View File

@ -7,7 +7,19 @@
],
"presets":
[
"@babel/env",
[
"@babel/preset-env",
{
"targets": {
"browsers": [
"chrome >= 67",
"edge >= 17",
"firefox >= 60",
"safari >= 12"
]
}
}
],
"@babel/react"
]
}

File diff suppressed because it is too large Load Diff