kirilloid 2895 days ago. link -5 points ▲ ▼Mostly whines from a person who worked with angular 2 for 2 weeks and doesn't even know that SystemJS is the STANDARD way to load js.
kirilloid 2893 days ago. link -3 points ▲ ▼https://github.com/systemjs/systemjs Exact quote: Built to the format ES6-specified loader API from [ES6 Specification Draft Rev 27, Section 15](1), and will be updated to the [WhatWG loader API](2) as soon as it can be considered stable for implementation. [1] http://wiki.ecmascript.org/doku.php?id=harmony:specification_drafts#august_24_2014_draft_rev_27 [2] https://whatwg.github.io/loader/ Just in case: Yes, this is *draft*. But the point in article is the following: "We need to learn something new, which is specific to Angular and isn't used elsewhere" and that's plain wrong.
sylvainpv 2889 days ago. link 3 points ▲ ▼From official angular-cli repository : https://github.com/angular/angular-cli#webpack-update "We changed the build system between beta.10 and beta.14, from SystemJS to Webpack."
jeffjeffries 2893 days ago. link 2 points ▲ ▼https://github.com/angular/angular-cli/blob/master/CHANGELOG.md#100-beta11-webpack-2016-08-02 this seems related?