Skip to content

Commit 3ccec48

Browse files
author
Laurent Goudet
committed
fix(@schematics/angular): exclude es5 bundles from being prefetch when differencial loading is used
1 parent d62a6ec commit 3ccec48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/schematics/angular/service-worker/files/ngsw-config.json.template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"/index.html",
1212
"/manifest.webmanifest",
1313
"/*.css",
14-
"/*.js"
14+
"/*.js",
15+
"!/*-es5*.js"
1516
]
1617
}
1718
}, {

0 commit comments

Comments
 (0)