omi/.babelrc

24 lines
387 B
Plaintext

{
"presets": [
[
"env",
{
"loose": true,
"exclude": [
"transform-es2015-typeof-symbol"
],
"targets": {
"browsers": [
"last 2 versions",
"IE >= 9"
]
}
}
]
],
"plugins": [
"transform-object-rest-spread",
"transform-react-jsx"
]
}