0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-25 11:17:50 +01:00
posthog/.babelrc
Marius Andra 9134e13177
Kea 2 (beta) upgrade (#663)
* upgrade to kea2 beta

* remove empty createStore

* add yalc to .gitignore

* add kea 2 and babel-plugin-kea
2020-04-27 16:39:21 +01:00

11 lines
352 B
Plaintext

{
"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"]
}