From 1b85a7375f41a92ca5043eef0977e0adfc0e90c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Burzy=C5=84ski?= Date: Mon, 23 Jul 2018 00:41:52 +0200 Subject: [PATCH] Use babel loose mode --- .babelrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.babelrc b/.babelrc index fd573b33..fdeaf748 100644 --- a/.babelrc +++ b/.babelrc @@ -1,7 +1,8 @@ { "presets": [ ["env", { - "modules": false + "modules": false, + "loose": true }], "stage-0", "react"