]> git.wincent.com - hextrapolate.git/blob - .babelrc
Down with require, long live import!
[hextrapolate.git] / .babelrc
1 {
2   "optional": [
3     "es7.asyncFunctions",
4     "es7.classProperties",
5     "es7.decorators",
6     "es7.objectRestSpread"
7   ]
8 }