1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00
squid-js/.babelrc

19 lines
231 B
Plaintext
Raw Normal View History

2018-08-31 15:17:12 +02:00
{
"presets": [
2018-08-31 18:14:27 +02:00
"es2015",
[
"env", { "useBuiltIns": true }
],
2018-08-31 15:17:12 +02:00
"stage-2"
2018-08-31 18:14:27 +02:00
],
"plugins": [
[
"transform-runtime",
{
"polyfill": false,
"regenerator": true
}
]
2018-08-31 15:17:12 +02:00
]
}