summaryrefslogtreecommitdiff
path: root/.babelrc
diff options
context:
space:
mode:
Diffstat (limited to '.babelrc')
-rw-r--r--.babelrc7
1 files changed, 6 insertions, 1 deletions
diff --git a/.babelrc b/.babelrc
index cbd3ac60..26e5c924 100644
--- a/.babelrc
+++ b/.babelrc
@@ -1,6 +1,11 @@
{
"presets": [
- "es2015"
+ ["env", {
+ "targets": {
+ "node": "6",
+ "uglify": true
+ }
+ }]
],
"plugins": [
"transform-runtime"