mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-25 11:17:50 +01:00
9134e13177
* upgrade to kea2 beta * remove empty createStore * add yalc to .gitignore * add kea 2 and babel-plugin-kea
11 lines
352 B
Plaintext
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"]
|
|
}
|