mirror of
https://github.com/bigchaindb/js-bigchaindb-driver.git
synced 2024-11-21 17:26:56 +01:00
23c3fa50ef
Signed-off-by: getlarge <ed@getlarge.eu>
30 lines
563 B
Plaintext
30 lines
563 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": [
|
|
"> 0.25%, not dead",
|
|
"not IE 11",
|
|
"maintained node versions"
|
|
]
|
|
}
|
|
]
|
|
],
|
|
"plugins": [
|
|
"@babel/plugin-proposal-export-default-from",
|
|
"@babel/plugin-transform-object-assign",
|
|
"@babel/plugin-proposal-object-rest-spread",
|
|
[
|
|
"@babel/plugin-transform-runtime",
|
|
{
|
|
"absoluteRuntime": false,
|
|
"corejs": 3,
|
|
"helpers": true,
|
|
"regenerator": true
|
|
}
|
|
]
|
|
],
|
|
"sourceMaps": true
|
|
}
|