0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-25 11:17:50 +01:00
posthog/.babelrc

5 lines
250 B
Plaintext
Raw Normal View History

2020-03-11 22:37:10 +01:00
{
2020-04-13 11:22:43 +02:00
"plugins": ["@babel/plugin-transform-runtime", "@babel/plugin-transform-react-jsx", "@babel/plugin-proposal-class-properties", ["import", { "libraryName": "antd", "libraryDirectory": "es", "style": "css" }]],
2020-03-11 22:37:10 +01:00
"presets": ["@babel/preset-env"]
}