ente/.babelrc

14 lines
241 B
Plaintext
Raw Normal View History

{
2022-06-13 14:23:26 +00:00
"presets": ["next/babel"],
"plugins": [
[
"styled-components",
{
"ssr": true,
"displayName": true,
"preprocess": false
}
]
]
}