Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why default by using systemjs instead of webpack ? #1572

Closed
ghost opened this issue Aug 6, 2016 · 6 comments
Closed

Why default by using systemjs instead of webpack ? #1572

ghost opened this issue Aug 6, 2016 · 6 comments

Comments

@ghost
Copy link

ghost commented Aug 6, 2016

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?

:)

@FraserKillip
Copy link

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.

@TheLarkInn
Copy link
Member

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.

@filipesilva
Copy link
Contributor

filipesilva commented Aug 15, 2016

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

@samuel-kollat
Copy link

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

@filipesilva
Copy link
Contributor

@samuel-kollat only on webpack.

@angular-automatic-lock-bot
Copy link

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.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants