mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 12:19:10 +00:00
8 lines
127 B
Text
8 lines
127 B
Text
{
|
|
"presets": [
|
|
"next/babel", "@babel/preset-flow"
|
|
],
|
|
"plugins": [
|
|
[ "styled-components", { "ssr": true } ]
|
|
]
|
|
}
|