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"] + } + } +}