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