2021-03-26 09:44:55 -07:00
|
|
|
{
|
2021-03-30 15:47:08 -07:00
|
|
|
"presets": [
|
|
|
|
[
|
|
|
|
"next/babel",
|
|
|
|
{
|
|
|
|
"preset-react": {
|
|
|
|
"runtime": "automatic",
|
|
|
|
"importSource": "@emotion/react"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
],
|
2021-05-18 09:27:09 -07:00
|
|
|
"plugins": [
|
|
|
|
"babel-plugin-macros",
|
2021-06-16 09:05:03 -07:00
|
|
|
"@babel/plugin-proposal-logical-assignment-operators",
|
2021-05-18 09:27:09 -07:00
|
|
|
["styled-components", { "ssr": true }],
|
|
|
|
"@emotion/babel-plugin"
|
|
|
|
]
|
2021-04-02 11:26:21 -07:00
|
|
|
}
|