1
0
mirror of https://github.com/barthuijgen/factorio-sites.git synced 2025-01-23 11:45:21 +02:00

15 lines
224 B
Plaintext

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