From 3c2424892eadda185bc786837f06a23639794a6e Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 10 Oct 2017 00:04:44 +0400 Subject: Minimize the published 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