aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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