aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2017-10-08 21:54:03 +0300
committerValentin Popov <info@valentineus.link>2017-10-08 21:54:03 +0300
commit9a8dabce4fdca40181ce0f871be4db197b8a2ca2 (patch)
treedf8d9c75a1eb2d4435b3e7c4f0d8aa3cba5bce88
parent7f928222af9001549cd09f828ac02012f186d994 (diff)
downloadsimple-container-9a8dabce4fdca40181ce0f871be4db197b8a2ca2.tar.xz
simple-container-9a8dabce4fdca40181ce0f871be4db197b8a2ca2.zip
Creating a compact source 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