freeCodeCamp/curriculum/.babelrc

9 lines
144 B
Plaintext
Raw Normal View History

2018-06-08 13:01:07 +00:00
{
"presets": [ "env", "react", "stage-0" ],
"plugins": [
"transform-runtime",
"babel-plugin-add-module-exports",
"lodash"
]
}