remove babel async to generator transform

This commit is contained in:
Roman Shtylman
2017-12-10 10:14:59 -08:00
parent db5b632a9f
commit 6318db6075
4 changed files with 18 additions and 47 deletions

View File

@@ -1,6 +1,5 @@
{
"plugins": [
"transform-es2015-modules-commonjs",
"transform-async-to-generator",
]
}