portfolio/.babelrc

5 lines
68 B
Plaintext
Raw Normal View History

2022-06-14 20:42:31 +00:00
{
"presets": ["next/babel"],
"plugins": ["styled-components"]
}