I am having a problem after I install and try uninstall service worker. before that after I build the project the file index.html and assets folder was generated. after I uninstall the @angular/service-worker, demove the ServiceWorkwer mode of AppModule, delete the file ngsw-config.json and returning the angular.json in the state it was before the service worker, when I build the project the cli don't generate the files like before. what I need to do to return the build it was before service worker?
Asked
Active
Viewed 49 times
0
-
Are you using `git`? – Drenai May 22 '21 at 21:04
-
yes I am using git – Flavio Silva May 22 '21 at 21:33