mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-11-13 09:17:21 +03:00
17 lines
380 B
Plaintext
17 lines
380 B
Plaintext
{
|
|
"presets": [
|
|
"@babel/preset-env",
|
|
"@babel/preset-react",
|
|
"@babel/preset-typescript"
|
|
],
|
|
"plugins": [
|
|
"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"
|
|
]
|
|
}
|