subspace/.babelrc
Richard Ramos dc65a68868
feat: support both http and ws providers (#61)
* feat: using polling instead of subscriptions for getting events
* calling data from db
* feat: http event syncer WIP
* support both http and ws providers
2020-01-20 14:19:40 -04:00

4 lines
124 B
Plaintext

{
"plugins": ["@babel/transform-runtime", "@babel/plugin-proposal-class-properties"],
"presets": ["@babel/preset-env"]
}