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