mirror of
https://github.com/barthuijgen/factorio-sites.git
synced 2024-11-24 08:52:36 +02:00
15 lines
224 B
Plaintext
15 lines
224 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"next/babel",
|
|
{
|
|
"preset-react": {
|
|
"runtime": "automatic",
|
|
"importSource": "@emotion/react"
|
|
}
|
|
}
|
|
]
|
|
],
|
|
"plugins": ["@emotion/babel-plugin"]
|
|
}
|