freeCodeCamp/.babelrc

5 lines
102 B
Plaintext
Raw Normal View History

2015-06-29 16:50:25 +00:00
{
2016-01-06 17:33:55 +00:00
"presets": ["es2015", "react", "stage-0"],
"plugins": ["babel-plugin-add-module-exports"]
2015-06-29 16:50:25 +00:00
}