aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2017-10-09 23:04:44 +0300
committerValentin Popov <info@valentineus.link>2017-10-09 23:04:44 +0300
commit3c2424892eadda185bc786837f06a23639794a6e (patch)
treee6f7ebe1cbc4169779abe5f48b6ccd9338be2d2e
parent1b31b0beec9d3011c444c70ec11f4da134570cb0 (diff)
downloadiii-client-3c2424892eadda185bc786837f06a23639794a6e.tar.xz
iii-client-3c2424892eadda185bc786837f06a23639794a6e.zip
Minimize the published code
-rw-r--r--.babelrc4
1 files changed, 3 insertions, 1 deletions
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