From 66bc166263807a1b30ca3781969da5c042500970 Mon Sep 17 00:00:00 2001 From: Alex Windett Date: Mon, 12 Dec 2016 16:53:20 +0000 Subject: [PATCH] adding in es2015 preset - the only fix for ui storybook on my computer --- ui/.babelrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/.babelrc b/ui/.babelrc index 81bb0040..8089e302 100644 --- a/ui/.babelrc +++ b/ui/.babelrc @@ -1,7 +1,8 @@ { "sourceMaps": "both", "presets": [ - "react" + "react", + "es2015" ], "plugins": [ "add-module-exports",