lbry-desktop/.babelrc
2019-03-06 12:04:26 -05:00

11 lines
311 B
Plaintext

{
"presets": ["@babel/react", "@babel/flow"],
"plugins": [
"react-hot-loader/babel",
["@babel/plugin-proposal-decorators", { "decoratorsBeforeExport": true }],
"@babel/plugin-transform-flow-strip-types",
"@babel/plugin-proposal-class-properties",
"babel-plugin-add-module-exports"
]
}