From 522391bc3ecf10b4cd182964b25e93ff4b4bea41 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 1 Jun 2017 15:23:26 -0400 Subject: [PATCH] Enable retainLines in Babel config Addresses #1235 (maybe sufficiently, depending on how much we care about wacky code in the builds) --- .babelrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.babelrc b/.babelrc index b0da20dd4b..cd6c919bed 100644 --- a/.babelrc +++ b/.babelrc @@ -1,5 +1,6 @@ { "compact": false, + "retainLines": true, "presets": [], "ignore": [ "resource/require.js",