diff --git a/aio/angular.json b/aio/angular.json
index 74fea74c3f..6a9bacc6a3 100644
--- a/aio/angular.json
+++ b/aio/angular.json
@@ -45,11 +45,6 @@
"src/generated",
"src/pwa-manifest.json",
"src/google385281288605d160.html",
- {
- "glob": "custom-elements.min.js",
- "input": "node_modules/@webcomponents/custom-elements",
- "output": "/assets/js"
- },
{
"glob": "native-shim.js",
"input": "node_modules/@webcomponents/custom-elements/src",
@@ -157,11 +152,6 @@
"src/generated",
"src/pwa-manifest.json",
"src/google385281288605d160.html",
- {
- "glob": "custom-elements.min.js",
- "input": "node_modules/@webcomponents/custom-elements",
- "output": "/assets/js"
- },
{
"glob": "native-shim.js",
"input": "node_modules/@webcomponents/custom-elements/src",
diff --git a/aio/ngsw-config.json b/aio/ngsw-config.json
index 4e9b552019..cfcd69c181 100644
--- a/aio/ngsw-config.json
+++ b/aio/ngsw-config.json
@@ -13,6 +13,7 @@
"/assets/js/*.js",
"/*.css",
"/*.js",
+ "!/assets/js/native-shim.js",
"!/*-es5*.js"
],
"urls": [
@@ -39,6 +40,7 @@
"resources": {
"files": [
"/assets/images/favicons/**",
+ "/assets/js/native-shim.js",
"/*-es5*.js",
"!/**/_unused/**"
]
diff --git a/aio/src/index.html b/aio/src/index.html
index d8c7b34674..884786ab03 100644
--- a/aio/src/index.html
+++ b/aio/src/index.html
@@ -108,6 +108,18 @@
This website requires JavaScript.
+
+
+ ;
+