mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-24 01:08:27 +00:00
22 lines
501 B
Plaintext
22 lines
501 B
Plaintext
{
|
|
"presets": [
|
|
["env", {
|
|
"useBuiltIns": true,
|
|
"loose": true
|
|
}],
|
|
"react"
|
|
],
|
|
"plugins": [
|
|
"transform-class-properties",
|
|
"transform-object-rest-spread",
|
|
"transform-flow-strip-types",
|
|
["transform-runtime", {
|
|
"polyfill": false,
|
|
"regenerator": true
|
|
}],
|
|
["babel-plugin-root-import", {
|
|
"rootPathSuffix": "./src",
|
|
"rootPathPrefix": "~"
|
|
}]
|
|
]
|
|
} |