-
Notifications
You must be signed in to change notification settings - Fork 12k
Current README.md is not reflective of webpack version #1808
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
Comments
Yeah that was confusing to me as well. |
You're right that doing I understand it's confusing, and recognize that it's a bad thing, but we don't have a good way of having split documentation for beta.10, the webpack version, and the latest master at the same time so... this is what we have right now. The best I can do is to try and get the webpack release out and thus stabilize the readme, and until then explain the situation in issues as it comes up. |
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. |
With this change we replace the aspnet-engine to use the common engine to fix a number of problems. 1) Injector has already been destroyed. Error: Injector has already been destroyed. 2) Mismatching HTML snapshots. This does come with a drawback, that we needed to remove `moduleRef` from the `IEngineRenderResult` this however shouldn't cause any problem since this couldn't be used because the platform would have already been destroyed. Fixes angular#1808 Fixes angular#1404
The current readme say that the instructions are for webpack:
But when I follow the upgrade instructions:
It made my project use systemjs
when check the version of the cli:
I get angular-cli: 1.0.0-beta.10
I've been using angular-cli@webpack since RC5 was released, and I keep seeing people say that the main branch now uses webpack. And even the readme says it is using webpack. But checking the npm site shows the last published version is still beta.10:
https://www.npmjs.com/package/angular-cli
The text was updated successfully, but these errors were encountered: