mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
a34f8d86cb
https://github.com/hasura/graphql-engine-mono/pull/2154 Co-authored-by: Matt Hardman <28978422+mattshardman@users.noreply.github.com> GitOrigin-RevId: e3caefdd0eaa904ed2167248cc166cdb38e7722e
40 lines
734 B
Plaintext
40 lines
734 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"loose": true
|
|
}
|
|
],
|
|
"@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",
|
|
{
|
|
"loose": true
|
|
}
|
|
],
|
|
[
|
|
"@babel/plugin-proposal-private-methods",
|
|
{
|
|
"loose": true
|
|
}
|
|
],
|
|
[
|
|
"@babel/plugin-proposal-private-property-in-object",
|
|
{
|
|
"loose": true
|
|
}
|
|
],
|
|
"@babel/plugin-proposal-nullish-coalescing-operator",
|
|
"extract-hoc/babel",
|
|
"react-hot-loader/babel",
|
|
"istanbul"
|
|
]
|
|
}
|