I'm just getting started of using service worker in angular and found following CLI parameters:-
<https://i.stack.imgur.com/8Wes7.png> Default value of --target is "build" as per the official documentation <https://angular.io/cli/generate#serviceworker> Since build is *default* value. What are the other valid target types? I tried development and production but it throws following error:- *Target is not defined for this project.* -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
