From 6d7a1e922404d9b6f590ff144a9f6db590d5ab9c Mon Sep 17 00:00:00 2001 From: Evan Morikawa Date: Fri, 27 Jan 2017 16:31:02 -0500 Subject: [PATCH] Make K2 babelrc match Nylas Mail babelrc --- .babelrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.babelrc b/.babelrc index d0b9571cf..cede65ff2 100644 --- a/.babelrc +++ b/.babelrc @@ -1,6 +1,10 @@ { "presets": [ - "electron" + "electron", + "react" + ], + "plugins": [ + "transform-async-generator-functions" ], "sourceMaps": "inline" }