mirror of
https://github.com/lensapp/lens.git
synced 2024-11-10 10:36:25 +03:00
b7974827d2
Signed-off-by: Roman <ixrock@gmail.com>
13 lines
223 B
Plaintext
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"
|
|
]
|
|
}
|