bravo68web-portfolio-nextjs/.babelrc

14 lines
185 B
Plaintext
Raw Normal View History

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