1
0
mirror of https://github.com/barthuijgen/factorio-sites.git synced 2024-11-24 08:52:36 +02:00
factorio-sites/apps/blueprints/.babelrc

15 lines
224 B
Plaintext
Raw Normal View History

2020-10-16 19:37:34 +02:00
{
"presets": [
[
"next/babel",
{
"preset-react": {
"runtime": "automatic",
"importSource": "@emotion/react"
}
}
]
],
"plugins": ["@emotion/babel-plugin"]
2020-10-16 19:37:34 +02:00
}