-
-
Notifications
You must be signed in to change notification settings - Fork 198
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
Service worker generation failed. Angular 13 upgrade #1050
Comments
It's related to the dependencies of @angular-builders/custom-webpack I described it here before. The temporary solution could be deleting |
I use custom webpack builder on my project. I can't do that. |
@abadakhshan After deleting that folder I am getting the following error An unhandled exception occurred: Cannot destructure property 'styles' of 'buildOptions.sourceMap' as it is undefined. |
Don't delete You just should delete |
@alejandroaap I found what is the root cause of this error and I am trying to fix it. If you check the It could be a side-effect of version conflict. I'm still on it to solve the problem. I think we have to wait for the #1051 to be merged. |
@abadakhshan Thanks for your reply. Hopefully the merger doesn't delay. Greetings |
Hey guys! Yeah you're absolutely right, the issue will be resolved once the builders are updated to Angular 13 (the major versions should always match). |
Firstly I remove this folder and getting this error. An unhandled exception occurred: Cannot find module '@angular-devkit/build-angular'
|
I get this error message on build after updating to angular version 13. You can look at from here.
Angular issue
The text was updated successfully, but these errors were encountered: