From 1103ec88f9294acf0e9b1636129755bc1eed9808 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phillip=20Raffns=C3=B8e?= Date: Wed, 11 Oct 2017 13:33:20 +0200 Subject: [PATCH] set babel compact mode to false This fixes #6 --- .babelrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.babelrc b/.babelrc index 628e919..1c1e44f 100644 --- a/.babelrc +++ b/.babelrc @@ -1,4 +1,5 @@ { "presets": ["env", "react"], - "plugins": ["transform-class-properties"] + "plugins": ["transform-class-properties"], + "compact": "false" } \ No newline at end of file