Echo JS 0.11.0

<~>
tracker1 2627 days ago. link parent 2 points
I am... Though even that is getting there, and iirc webpack2 does es6 modules directly.

Replies

mephju 2624 days ago. link 1 point
It does, but on the server people tend not to use Webpack because modules are built-in. 
For my Node apps I mostly use Babel to get es6 module support and the ... rest operator.