lbry-desktop/.babelrc

11 lines
311 B
Text
Raw Normal View History

2019-03-04 23:46:57 -05:00
{
"presets": ["@babel/react", "@babel/flow"],
"plugins": [
2019-03-05 00:24:03 -06:00
"react-hot-loader/babel",
2019-03-06 12:04:26 -05: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-04 23:46:57 -05:00
]
}