zalmoxisus / remotedev-server

Connect Redux DevTools extension to a remote app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drop support for node < 4

jimmywarting opened this issue · comments

object-assign is no longer needed for example

Yes, since µWS already requires at least node 4.x, we cannot support earlier version, and no need for that polyfill anymore.

I'll look into it, but in case you want to submit a PR with that change, it would be more than welcome.