From e8a34255437ed09cb17707f5715c2bfe483db087 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 17 Jul 2015 23:31:14 -0700 Subject: [PATCH] Add babelrc --- .babelrc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .babelrc diff --git a/.babelrc b/.babelrc new file mode 100644 index 0000000000..808edb3a5f --- /dev/null +++ b/.babelrc @@ -0,0 +1,10 @@ +{ + "stage": 1, + "highlightCode": true, + "optional": ["es7.objectRestSpread", "es7.classProperties"], + "env": { + "production": { + "optional": ["optimisation"] + } + } +}