1
0
mirror of https://gitlab.com/psono/psono-client synced 2025-04-19 03:22:16 +03:00
psono-client/.babelrc
Sascha Pfeiffer 78698f0001 some more progress
Signed-off-by: Sascha Pfeiffer <sascha.pfeiffer@psono.com>
2022-01-02 18:00:28 +01:00

13 lines
195 B
Plaintext

{
"presets": [
"@babel/preset-env",
"@babel/preset-react"
],
"plugins": [
["@babel/plugin-transform-runtime"],
[
"@babel/plugin-proposal-class-properties"
]
]
}