Angular-cli: Why default by using systemjs instead of webpack ?

Created on 6 Aug 2016  路  6Comments  路  Source: angular/angular-cli

i install angular-cli@systemjs and angular-cli@webpack

then

i run:

ng new PROJECT_NAME
cd PROJECT_NAME
ng build --prod

systemjs:
systemjs


webpack:
webpack

Is there any meaning for systemjs ?
Why not delete the systemjs version?

:)

RFC / discussion / question

Most helpful comment

Will there be still @systemjs support after webpack becomes @latest ? Or will you be developing only @webpack version ?

All 6 comments

From what it seems, the web pack version will be the preferred version but has only just been merged to master in the last week or so. My guess is that they want to do a bit more work on it before committing it as there default.

The webpack version we didn't want to set as the @latest npm tag so that users who had existing projects wouldn't automatically see their apps error by doing an npm update or npm install. Eventually we will have the webpack build on master become latest after our Migration guide and other things fall in place.

We're still trying to get all the kinks out, and webpack will turn to the default at that time.

Will there be still @systemjs support after webpack becomes @latest ? Or will you be developing only @webpack version ?

@samuel-kollat only on webpack.

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

_This action has been performed automatically by a bot._

Was this page helpful?
0 / 5 - 0 ratings

Related issues

delasteve picture delasteve  路  3Comments

gotschmarcel picture gotschmarcel  路  3Comments

jbeckton picture jbeckton  路  3Comments

JanStureNielsen picture JanStureNielsen  路  3Comments

IngvarKofoed picture IngvarKofoed  路  3Comments