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