mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-20 18:09:51 +00:00
14 lines
386 B
Text
14 lines
386 B
Text
{
|
|
"presets": [
|
|
["@babel/preset-env", { "useBuiltIns": "entry" }],
|
|
"@babel/react",
|
|
"@babel/flow"
|
|
],
|
|
"plugins": [
|
|
"babel-plugin-transform-imports",
|
|
["@babel/plugin-proposal-decorators", { "decoratorsBeforeExport": true }],
|
|
"@babel/plugin-transform-flow-strip-types",
|
|
"@babel/plugin-proposal-class-properties",
|
|
"babel-plugin-add-module-exports"
|
|
]
|
|
}
|