mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-05 15:49:00 +00:00
29 lines
657 B
Plaintext
29 lines
657 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
|
|
}],
|
|
["babel-plugin-root-import", {
|
|
"rootPathSuffix": "./src",
|
|
"rootPathPrefix": "~"
|
|
}],
|
|
"babel-plugin-styled-components"
|
|
],
|
|
"env": {
|
|
"test": {
|
|
"presets": ["jest"]
|
|
}
|
|
}
|
|
} |