tibi-docs/babel.config.server.json
Sebastian Frank 1ebd1424e5
Some checks failed
deploy to production / deploy (push) Failing after 52s
ssr via fetch
2024-04-10 08:26:40 +00:00

6 lines
124 B
JSON

{
"sourceMaps": "inline",
"inputSourceMap": true,
"plugins": [["@babel/plugin-transform-async-to-generator"]]
}