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

11 lines
352 B
Plaintext
Raw Normal View History

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