mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-05 07:38:57 +00:00
19 lines
423 B
Plaintext
19 lines
423 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
|
|
}],
|
|
"./src/babel/babel-plugin-import.js"
|
|
]
|
|
} |