16 lines
231 B
Plaintext
16 lines
231 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"next/babel",
|
|
{
|
|
"preset-react": {
|
|
"runtime": "automatic",
|
|
"importSource": "@emotion/react"
|
|
}
|
|
}
|
|
]
|
|
],
|
|
"plugins": [
|
|
"@emotion/babel-plugin"
|
|
]
|
|
} |