mango-token-sale/.babelrc

19 lines
289 B
Plaintext
Raw Permalink Normal View History

2021-04-24 13:47:02 -07:00
{
"presets": [
[
"next/babel",
{
"preset-react": {
"runtime": "automatic",
"importSource": "@emotion/react"
}
}
]
],
"plugins": ["@emotion/babel-plugin", "babel-plugin-macros"]
2021-04-24 13:47:02 -07:00
}
// {
// "presets": ["next/babel"]
// }