mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
5 lines
96 B
Plaintext
5 lines
96 B
Plaintext
|
{
|
||
|
presets: ["@babel/preset-env"],
|
||
|
plugins: ["@babel/plugin-transform-async-to-generator"]
|
||
|
}
|