Description
After using webpack for a few months I moved the popular angular2 boilerplate project http://ng2.javascriptninja.io away from webpack and into jspm and I will never look back.
I am posting this in hopes ng cli will support jspm as this is superior to any other packaging blunder available today.
I am not sure if the ng2 team has reviewed jspm and if not, I highly recommend they do.
First, it is as close to the metal as possible which is a must for debugging, you are working with the non bundled files and so often errors are more accurate and if you are lucky you get a reference to the file name, something you will never get with a blunder.
Also, it is just in time transpiling of TS which is OMG amazing.. the workflow is fast and reliable. And it supports multi registries, github, npm, private and more.
and for production, you can even mix bundling with lazy loading...
Not to mention it supports multi versioning for modules.. sweeet....
all in all it is the ultimate package manager and I am sure many developers will move to it and so I hope this project will adopt it.
FYI I am not a contributor to jspm so no strings attached, just a HAPPY customer,
regards - http://jspm.io/
Sean