react-cookie-consent/.babelrc

7 lines
118 B
Plaintext

{
"presets": ["env"],
"plugins": [
"transform-object-rest-spread",
"transform-react-jsx"
]
}