Notica/.babelrc

15 lines
179 B
Plaintext
Raw Permalink Normal View History

2016-12-22 00:59:10 +00:00
{
2017-01-09 22:53:02 +00:00
"presets": [
"es2015",
"react"
],
"env": {
"production": {
"plugins": [
"transform-react-constant-elements",
"transform-react-inline-elements"
]
}
}
}