docs/.babelrc

5 строки
87 B
Plaintext

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