mango-ui-v2/.babelrc

14 lines
238 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": ["xwind/babel", "@emotion/babel-plugin"]
}