freeCodeCamp/curriculum/.babelrc

9 lines
144 B
Plaintext

{
"presets": [ "env", "react", "stage-0" ],
"plugins": [
"transform-runtime",
"babel-plugin-add-module-exports",
"lodash"
]
}