From 599b9a8abe759432164422651f636f4fc73aa94b Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Sun, 7 Oct 2018 20:34:10 +0200 Subject: [PATCH] chore: version 7.0.0-rc.2 --- ponyracer/package.json | 2 +- ponyracer/src/main.ts | 1 - ponyracer/src/polyfills.ts | 7 +++---- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/ponyracer/package.json b/ponyracer/package.json index 0cfead9e7..bd1c5eec1 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -26,7 +26,7 @@ }, "devDependencies": { "@angular-devkit/build-angular": "~0.9.0-rc.1", - "@angular/cli": "~7.0.0-rc.1", + "@angular/cli": "~7.0.0-rc.2", "@angular/compiler-cli": "~7.0.0-rc.0", "@angular/language-service": "~7.0.0-rc.0", "@types/jasmine": "~2.8.8", diff --git a/ponyracer/src/main.ts b/ponyracer/src/main.ts index 28bfa9e1f..c7b673cf4 100644 --- a/ponyracer/src/main.ts +++ b/ponyracer/src/main.ts @@ -10,4 +10,3 @@ if (environment.production) { platformBrowserDynamic().bootstrapModule(AppModule) .catch(err => console.error(err)); - diff --git a/ponyracer/src/polyfills.ts b/ponyracer/src/polyfills.ts index 6bf254753..ee8b84da8 100644 --- a/ponyracer/src/polyfills.ts +++ b/ponyracer/src/polyfills.ts @@ -28,15 +28,15 @@ // import 'core-js/es6/math'; // import 'core-js/es6/string'; // import 'core-js/es6/date'; +// import 'core-js/es6/array'; // import 'core-js/es6/regexp'; // import 'core-js/es6/map'; // import 'core-js/es6/weak-map'; // import 'core-js/es6/set'; /** - * If your app need to indexed by Google Search, your app require polyfills 'core-js/es6/array' - * Google bot use ES5. - * FYI: Googlebot uses a renderer following the similar spec to Chrome 41. + * If the application will be indexed by Google Search, the following is required. + * Googlebot uses a renderer based on Chrome 41. * https://developers.google.com/search/docs/guides/rendering **/ // import 'core-js/es6/array'; @@ -75,7 +75,6 @@ import 'zone.js/dist/zone'; // Included with Angular CLI. - /*************************************************************************************************** * APPLICATION IMPORTS */