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