mango-ui-v2/.babelrc

20 lines
362 B
Plaintext
Raw Normal View History

2021-03-26 09:44:55 -07:00
{
"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"
]
2021-04-02 11:26:21 -07:00
}