diff options
author | Valentin Popov <info@valentineus.link> | 2017-10-08 21:54:03 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-10-08 21:54:03 +0300 |
commit | 9a8dabce4fdca40181ce0f871be4db197b8a2ca2 (patch) | |
tree | df8d9c75a1eb2d4435b3e7c4f0d8aa3cba5bce88 /.babelrc | |
parent | 7f928222af9001549cd09f828ac02012f186d994 (diff) | |
download | simple-container-9a8dabce4fdca40181ce0f871be4db197b8a2ca2.tar.xz simple-container-9a8dabce4fdca40181ce0f871be4db197b8a2ca2.zip |
Creating a compact source code
Diffstat (limited to '.babelrc')
-rw-r--r-- | .babelrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ { presets: ["es2015"], sourceMaps: false, - comments: false + comments: false, + minified: true, + compact: true }
\ No newline at end of file |