orchidmap-front/.babelrc
2018-08-15 11:24:40 +07:00

12 lines
207 B
Text
Executable file

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