mirror of
https://github.com/apotdevin/thunderhub.git
synced 2024-11-19 09:50:03 +01:00
12 lines
195 B
Plaintext
12 lines
195 B
Plaintext
{
|
|
"presets": ["next/babel"],
|
|
"plugins": [
|
|
"@emotion",
|
|
"inline-react-svg",
|
|
[
|
|
"styled-components",
|
|
{ "ssr": true, "displayName": true, "preprocess": false }
|
|
]
|
|
]
|
|
}
|