mango-ui-v2/.babelrc

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"
]
}