mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-22 14:22:33 +01:00
11 lines
195 B
Text
11 lines
195 B
Text
{
|
|
"presets": ["next/babel"],
|
|
"plugins": [
|
|
"@emotion",
|
|
"inline-react-svg",
|
|
[
|
|
"styled-components",
|
|
{ "ssr": true, "displayName": true, "preprocess": false }
|
|
]
|
|
]
|
|
}
|