-
Notifications
You must be signed in to change notification settings - Fork 97
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
Support Angular v12 #131
Comments
I will make a new version soonish. But there should be no breaking changes for us. |
Hello everyone, when I try to add schematic to new cli (by running ng add angular-cli-ghpages) I get the next warning: Then when I try to deploy (by running ng deploy --base-href=//) I get a warning and an error: And there is no additional information with --no-silent flag. Angular CLI: 12.0.0 I haven't found any information that anybody faced the same issue, so I could suggest that it is a problem with migration to new Angular Cli |
@dianjuar have you ever seen this?! o_O |
@JohannesHoppe Commands used |
@JohannesHoppe I got it. I'm not merging it because I need to perform some tests related to the builder itself (deprecation of view engine and some Nx concerns). Remember that it's related to libraries. I think those are all the changes that you need to support V12. |
You are not the only one |
Great work. 👍 |
@dianjuar Did you also found the time to check if this change causes problems with older Angular versions? |
All good on Angular 12, 11, 10 and 9 🚀 |
See https://blog.angular.io/angular-v12-is-now-available-32ed51fbfd49 for more info
The text was updated successfully, but these errors were encountered: