Earlier quoted context omitted.
I regularly use JSPM (with systemJS) for new projects, and I've liked it a lot. Back when webpack first came out, I struggled a little bit with figuring out what it actually did. While I understand now, I am not why I would want to (or you) switch from JSPM to webpack. I don't see any features that webpack has that JSPM doesn't (and JSPM offered ES6 support well before of course, with babel on by default). I like to…
well i like jspm, but as others have mentioned - it is too slow. is there a way to compile all the dependencies and cache-buster-fingerprint them ? I serve my app statically using nginx and cloudfront.
Cachebusting is possible with systemjs. Looks like this project is a good start:
https://github.com/stealjs/cache-bust
Here's a quick-n-dirty fix for this same problem when working with Aurelia:
https://github.com/aurelia/framework/issues/94#issuecomment-...
Here's where SystemJS devs are discussing adding cachebusting: