0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-25 11:17:50 +01:00
posthog/.babelrc
2020-04-13 10:22:43 +01:00

5 lines
250 B
Plaintext

{
"plugins": ["@babel/plugin-transform-runtime", "@babel/plugin-transform-react-jsx", "@babel/plugin-proposal-class-properties", ["import", { "libraryName": "antd", "libraryDirectory": "es", "style": "css" }]],
"presets": ["@babel/preset-env"]
}