-
-
Notifications
You must be signed in to change notification settings - Fork 203
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 13 #1049
Comments
You could find a solution here #1050 |
This PR will resolve it. You're not supposed to use Angular Builders 12 with Angular 13 (see the docs). I expect the PR to be merged in the next few days, please be patient 😄 |
Thanks for the quick PR <3 |
You're welcome to check out the preview version |
@just-jeb I get the following error when trying ng build using the beta
After installing webpack-sources package everything works as expected, including the new angular cache. Thanks! |
@gabynevada Hey, I suspect it's a broken lock file. Try to remove it and regenerate again (remove the |
@just-jeb that beta version works perfectly. I think this is close to record timing that all our dependencies have been working (even if they are still all pre-release) after an angular upgrade, thank you very much! It means we can thoroughly test our applications while waiting for full releases. |
@just-jeb Perfect! That was the issue. Thanks! All working great |
@DavidDudson doing my best 😄 The stable release won't take long, I'm working on integrating a new builder, then a few minor doc updates and we're good to go. |
Aaaand v13 is officially out. |
Is your feature request related to a problem? Please describe.
Due to this plugin depending on an old
@angular
version, it fails to work with angular 13. I believe this is due to a typescript version change. causing the legacy@ngtools/webpack
plugin to no longer workDescribe the solution you'd like
A new major version of
@angular-builders/jest
and@angular-builders/custom-webpack
both supporting angular 13Additional context
There is a workaround. Adding:
to package json and this works fine.
The text was updated successfully, but these errors were encountered: