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