From 1eedb88f0be7e2f73a05eba825448dcade4631b2 Mon Sep 17 00:00:00 2001 From: casperlamboo Date: Mon, 13 Nov 2017 12:53:21 +0100 Subject: [PATCH] fix building --- .babelrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.babelrc b/.babelrc index f36556a..e7a9e23 100644 --- a/.babelrc +++ b/.babelrc @@ -11,7 +11,7 @@ ] }, "main": { - "presets": ["env", "react"] + "presets": ["env", "stage-0", "react"] } }, "plugins": [