lbry-desktop/.babelrc

11 lines
311 B
Plaintext
Raw Normal View History

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