graphql-engine/console/.babelrc
Nicolas Beaussart a34f8d86cb console: add storybook support
https://github.com/hasura/graphql-engine-mono/pull/2154

Co-authored-by: Matt Hardman <28978422+mattshardman@users.noreply.github.com>
GitOrigin-RevId: e3caefdd0eaa904ed2167248cc166cdb38e7722e
2021-09-20 16:31:25 +00:00

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"
]
}