-
Notifications
You must be signed in to change notification settings - Fork 12k
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
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 |
We're still trying to get all the kinks out, and webpack will turn to the default at that time. |
@samuel-kollat only on webpack. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
i install angular-cli@systemjs and angular-cli@webpack
then
i run:
ng new PROJECT_NAME
cd PROJECT_NAME
ng build --prod
systemjs:
webpack:
Is there any meaning for systemjs ?
Why not delete the systemjs version?
:)
The text was updated successfully, but these errors were encountered: