Files
link-free/.babelrc.json

5 lines
87 B
JSON

{
"presets": ["next/babel"],
"plugins": [["styled-components", { "ssr": true }]]
}