Skip to content

Commit 481fa21

Browse files
flolualexeagle
authored andcommitted
fix(exmaple): add docstring to ngsw_config rule
1 parent bb66235 commit 481fa21

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/angular/tools/ngsw_config.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
load("@build_bazel_rules_nodejs//:index.bzl", "nodejs_binary")
44

55
def ngsw_config(name, config, index_html, src, out = None, **kwargs):
6+
"Creates ngsw.json with service worker configuration and hashes for all source files"
67
if not out:
78
out = name
89

0 commit comments

Comments
 (0)