0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-24 18:07:17 +01:00
posthog/.babelrc
2020-03-18 13:41:46 +01:00

5 lines
169 B
Plaintext

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