1
0
mirror of synced 2026-01-28 18:03:28 -05:00
Files
docs/.babelrc
2021-05-07 09:04:01 -07:00

5 lines
87 B
Plaintext

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