diff --git a/aio/angular.json b/aio/angular.json
index 6a9bacc6a3..4940d34a23 100644
--- a/aio/angular.json
+++ b/aio/angular.json
@@ -49,6 +49,11 @@
"glob": "native-shim.js",
"input": "node_modules/@webcomponents/custom-elements/src",
"output": "/assets/js"
+ },
+ {
+ "glob": "es.reflect.construct.js",
+ "input": "node_modules/core-js/modules",
+ "output": "/assets/js"
}
],
"styles": [
@@ -156,6 +161,11 @@
"glob": "native-shim.js",
"input": "node_modules/@webcomponents/custom-elements/src",
"output": "/assets/js"
+ },
+ {
+ "glob": "es.reflect.construct.js",
+ "input": "node_modules/core-js/modules",
+ "output": "/assets/js"
}
],
"styles": [
diff --git a/aio/ngsw-config.json b/aio/ngsw-config.json
index cfcd69c181..15ff26a591 100644
--- a/aio/ngsw-config.json
+++ b/aio/ngsw-config.json
@@ -13,6 +13,7 @@
"/assets/js/*.js",
"/*.css",
"/*.js",
+ "!/assets/js/es.reflect.construct.js",
"!/assets/js/native-shim.js",
"!/*-es5*.js"
],
@@ -40,6 +41,7 @@
"resources": {
"files": [
"/assets/images/favicons/**",
+ "/assets/js/es.reflect.construct.js",
"/assets/js/native-shim.js",
"/*-es5*.js",
"!/**/_unused/**"
diff --git a/aio/src/index.html b/aio/src/index.html
index 884786ab03..d1c727d45c 100644
--- a/aio/src/index.html
+++ b/aio/src/index.html
@@ -118,6 +118,7 @@
- Samsung browser 5.0-8.1 (~0.43% global usage)
- Opera 41-47 (~0.02% global usage)
-->
+ ;
;