gengitkan/client/.babelrc

10 lines
197 B
Plaintext
Raw Normal View History

2019-11-28 14:12:48 +01:00
{
"presets": [
"@babel/preset-env",
"@babel/preset-react"
],
"plugins": [
2019-12-01 22:12:13 +01:00
[ "@babel/transform-runtime" ],
[ "@babel/plugin-proposal-class-properties" ]
2019-11-28 14:12:48 +01:00
]
}