www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 522391bc3ecf10b4cd182964b25e93ff4b4bea41
parent 04db119ae8a56d766ee86cc88cc789ac3bcb8f8c
Author: Dan Stillman <dstillman@zotero.org>
Date:   Thu,  1 Jun 2017 15:23:26 -0400

Enable retainLines in Babel config

Addresses #1235 (maybe sufficiently, depending on how much we care about
wacky code in the builds)

Diffstat:
M.babelrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.babelrc b/.babelrc @@ -1,5 +1,6 @@ { "compact": false, + "retainLines": true, "presets": [], "ignore": [ "resource/require.js",