babel/.babelrc
2015-06-25 12:10:22 +01:00

8 lines
161 B
Plaintext

{
"stage": 0,
"loose": ["all"],
"blacklist": ["es6.tailCall"],
"optional": ["optimisation.flow.forOf"],
"plugins": ["./tools/build-plugins/protect"]
}