thunderhub/.babelrc
2021-06-01 23:46:13 +02:00

12 lines
195 B
Plaintext

{
"presets": ["next/babel"],
"plugins": [
"@emotion",
"inline-react-svg",
[
"styled-components",
{ "ssr": true, "displayName": true, "preprocess": false }
]
]
}