mirror of
https://github.com/trezor/trezor-wallet
synced 2024-10-31 21:18:54 +00:00
31 lines
682 B
Plaintext
31 lines
682 B
Plaintext
{
|
|
"presets": [
|
|
["env", {
|
|
"useBuiltIns": true,
|
|
"loose": true
|
|
}],
|
|
"react"
|
|
],
|
|
"plugins": [
|
|
"react-hot-loader/babel",
|
|
"transform-class-properties",
|
|
"transform-object-rest-spread",
|
|
"transform-flow-strip-types",
|
|
["transform-runtime", {
|
|
"polyfill": false,
|
|
"regenerator": true
|
|
}],
|
|
["module-resolver", {
|
|
"root": ["./src"],
|
|
"alias": {
|
|
"public": ["./public"]
|
|
}
|
|
}],
|
|
"babel-plugin-styled-components"
|
|
],
|
|
"env": {
|
|
"test": {
|
|
"presets": ["jest"]
|
|
}
|
|
}
|
|
} |