lbry-desktop/.babelrc

10 lines
269 B
Plaintext
Raw Normal View History

2019-03-05 05:46:57 +01:00
{
"presets": ["@babel/react", "@babel/flow"],
"plugins": [
["@babel/plugin-proposal-decorators", { "decoratorsBeforeExport": true }],
"@babel/plugin-transform-flow-strip-types",
"@babel/plugin-proposal-class-properties",
"babel-plugin-add-module-exports"
]
}