jsoncrack.com/.babelrc

4 lines
89 B
Plaintext
Raw Normal View History

2022-01-30 18:24:46 +03:00
{
"presets": ["next/babel"],
"plugins": [["styled-components", { "ssr": true }]]
}