mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
e3e078fa42
https://github.com/hasura/graphql-engine-mono/pull/1512 Co-authored-by: Varun Choudhary <68095256+Varun-Choudhary@users.noreply.github.com> GitOrigin-RevId: 71efbb2a5a577f765b83b1fd9ee9254a292d361d
18 lines
419 B
Plaintext
18 lines
419 B
Plaintext
{
|
|
"presets": [
|
|
"@babel/preset-env",
|
|
"@babel/preset-react",
|
|
"@babel/preset-typescript"
|
|
],
|
|
"plugins": [
|
|
"@babel/plugin-transform-runtime",
|
|
"babel-plugin-styled-components",
|
|
"transform-react-remove-prop-types",
|
|
"@babel/plugin-proposal-class-properties",
|
|
"@babel/plugin-proposal-nullish-coalescing-operator",
|
|
"extract-hoc/babel",
|
|
"react-hot-loader/babel",
|
|
"istanbul"
|
|
]
|
|
}
|