trezor-webpack-wrapper/.babelrc
2018-11-23 23:49:31 +00:00

12 lines
159 B
Plaintext

{
"presets": ["env"],
"plugins": ["babel-plugin-add-module-exports"],
"env": {
"test": {
"plugins": [
["istanbul"]
]
}
}
}