orchidmap-front/.babelrc
2019-03-08 11:03:20 +07:00

13 lines
221 B
Text
Executable file

{
"presets": ["env", "react","stage-2"],
"plugins": [
"ramda",
"lodash",
"react-hot-loader/babel",
"lodash",
["transform-runtime", {
"polyfill": false,
"regenerator": true
}]
]
}