mango-token-sale/.babelrc

19 lines
289 B
Plaintext

{
"presets": [
[
"next/babel",
{
"preset-react": {
"runtime": "automatic",
"importSource": "@emotion/react"
}
}
]
],
"plugins": ["@emotion/babel-plugin", "babel-plugin-macros"]
}
// {
// "presets": ["next/babel"]
// }