jspm 0.17.0-beta.18
guybedford
released this
10 Jun 01:15
·
759 commits
to main
since this release
Features
- Updates to SystemJS 0.19.30 and SystemJS Builder 0.15.20
- Fixes TypeScript support on jspm init (a3154b3, thanks to @jakeNiemiec)
jspm install npm:@angular/core
will now install asimport '@angular/core'
by default. This can always be overridden withjspm install angular-core=npm:@angular/core
(ba1b926)
Bug Fixes