From 9a8dabce4fdca40181ce0f871be4db197b8a2ca2 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Sun, 8 Oct 2017 22:54:03 +0400 Subject: Creating a compact source code --- .babelrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.babelrc b/.babelrc index 0c77244..5178c7c 100644 --- a/.babelrc +++ b/.babelrc @@ -1,5 +1,7 @@ { presets: ["es2015"], sourceMaps: false, - comments: false + comments: false, + minified: true, + compact: true } \ No newline at end of file -- cgit v1.2.3