20 lines
362 B
Plaintext
20 lines
362 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"next/babel",
|
|
{
|
|
"preset-react": {
|
|
"runtime": "automatic",
|
|
"importSource": "@emotion/react"
|
|
}
|
|
}
|
|
]
|
|
],
|
|
"plugins": [
|
|
"babel-plugin-macros",
|
|
"@babel/plugin-proposal-logical-assignment-operators",
|
|
["styled-components", { "ssr": true }],
|
|
"@emotion/babel-plugin"
|
|
]
|
|
}
|