mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-23 17:47:24 +00:00
12 lines
374 B
Text
12 lines
374 B
Text
{
|
|
"presets": ["@babel/react", "@babel/flow"],
|
|
"plugins": [
|
|
"import-glob",
|
|
"@babel/plugin-transform-runtime",
|
|
"@babel/plugin-syntax-dynamic-import",
|
|
"react-hot-loader/babel",
|
|
["@babel/plugin-proposal-decorators", { "decoratorsBeforeExport": true }],
|
|
"@babel/plugin-transform-flow-strip-types",
|
|
"@babel/plugin-proposal-class-properties",
|
|
]
|
|
}
|