react-cookie-consent/.babelrc

7 lines
118 B
Plaintext
Raw Normal View History

2018-02-02 19:09:23 +01:00
{
"presets": ["env"],
"plugins": [
"transform-object-rest-spread",
"transform-react-jsx"
]
}