1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/.babelrc
Roman 195f44a688 lens_restructure rebased & signed
initial PR: https://github.com/lensapp/lens/pull/507

Signed-off-by: Roman <ixrock@gmail.com>
2020-06-30 12:38:27 +03:00

13 lines
223 B
Plaintext

{
"presets": [
"@babel/preset-env",
"@babel/preset-react",
"@lingui/babel-preset-react"
],
"plugins": [
"macros",
"@babel/plugin-syntax-dynamic-import",
"@babel/plugin-transform-runtime"
]
}