The update went fine, but now when I build, I get the following error.
Error: Expected to find an ngsw-config.json configuration file in the /Users/nathanielmay/Code/firebaseTest folder. Either provide one or disable Service Worker in your angular.json configuration file.
I looked in my angular.json
and found that on this line:
"ngswConfigPath": "/src/ngsw-config.json",
Property ngswConfigPath is not allowed.
I can't find an api for the new angular.json, but it seems as if I need to specify the path in a different way.
ng update @angular/pwa
didn't work either.
How can I resolve this error?