Echo JS 0.11.0

<~>

Replies

tracker1 2649 days ago. link 2 points
I am... Though even that is getting there, and iirc webpack2 does es6 modules directly.
mephju 2647 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.