react-cookie-consent/.babelrc

9 lines
207 B
Plaintext
Raw Permalink Normal View History

2018-02-02 19:09:23 +01:00
{
2020-11-02 19:17:06 +01:00
"presets": ["@babel/preset-env"],
2018-02-02 19:09:23 +01:00
"plugins": [
2020-11-02 19:17:06 +01:00
"@babel/plugin-proposal-object-rest-spread",
"@babel/plugin-transform-react-jsx",
"@babel/plugin-transform-object-assign"
2018-02-02 19:09:23 +01:00
]
}