mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
19 lines
231 B
Plaintext
19 lines
231 B
Plaintext
{
|
|
"presets": [
|
|
"es2015",
|
|
[
|
|
"env", { "useBuiltIns": true }
|
|
],
|
|
"stage-2"
|
|
],
|
|
"plugins": [
|
|
[
|
|
"transform-runtime",
|
|
{
|
|
"polyfill": false,
|
|
"regenerator": true
|
|
}
|
|
]
|
|
]
|
|
}
|