mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
21 lines
351 B
Plaintext
21 lines
351 B
Plaintext
{
|
|
"presets": [
|
|
["@babel/preset-env", {
|
|
"modules": "commonjs"
|
|
}],
|
|
"@babel/preset-react",
|
|
"@lingui/babel-preset-react"
|
|
],
|
|
"plugins": [
|
|
"macros",
|
|
"@babel/plugin-syntax-dynamic-import",
|
|
[
|
|
"@babel/plugin-transform-runtime",
|
|
{
|
|
"regenerator": true,
|
|
"useESModules": true
|
|
}
|
|
]
|
|
]
|
|
}
|