Echo JS 0.11.0

<~>
mxxx 3543 days ago. link 1 point
I wish more people would read this article. RequireJS allows you to use 'shim' directives to try and jimmy in support for non-AMD scripts, but it's really not difficult for people to bake in support for their modules.

Replies

ifandelse 3538 days ago. link 1 point
Thanks! I feel the same way. I was really glad when RequireJS added the shim feature. I used the heck out of it! I still use Require quite a bit, but recently started using Webpack as well...it's just about sold me since I've been able to grab both AMD and CJS modules and use them with no fuss.