Generateurv2/frontend/.babelrc

16 lines
231 B
Plaintext
Raw Normal View History

2022-05-18 10:15:54 +02:00
{
"presets": [
[
"next/babel",
{
"preset-react": {
"runtime": "automatic",
"importSource": "@emotion/react"
}
}
]
],
"plugins": [
"@emotion/babel-plugin"
]
}