From b19744341df3229f8aaa723fe5c08e52f92e0d52 Mon Sep 17 00:00:00 2001 From: Aaron Jensen Date: Sat, 1 Aug 2015 09:09:21 -0700 Subject: [PATCH] Enable loose mode --- .babelrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.babelrc b/.babelrc index 0967ef4..7f389c8 100644 --- a/.babelrc +++ b/.babelrc @@ -1 +1,3 @@ -{} +{ + loose: "all" +}