Hacker News new | ask | show | jobs
by Offler 3973 days ago
npm is getting its house in order when it comes to browser package management. I wouldn't bet too heavily on something else.
1 comments

JSPM has fairly seamless support for loading libraries from npm, Github, local Git repos in any format (global, CJS, AMD, ES6) as ES6 modules.

So you don't need to bet on any particular ecosystem.