diff options
author | Valentin Popov <info@valentineus.link> | 2017-10-09 23:04:44 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-10-09 23:04:44 +0300 |
commit | 3c2424892eadda185bc786837f06a23639794a6e (patch) | |
tree | e6f7ebe1cbc4169779abe5f48b6ccd9338be2d2e /.babelrc | |
parent | 1b31b0beec9d3011c444c70ec11f4da134570cb0 (diff) | |
download | iii-client-3c2424892eadda185bc786837f06a23639794a6e.tar.xz iii-client-3c2424892eadda185bc786837f06a23639794a6e.zip |
Minimize the published 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 |