Skip to content

Commit

Permalink
refactor(@angular-devkit/build-angular): remove redundant ES2015 stri…
Browse files Browse the repository at this point in the history
…ng polyfills
  • Loading branch information
clydin authored and mgechev committed Feb 4, 2020
1 parent 57796cf commit 03ecad5
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,6 @@ import 'core-js/es/date';
import 'core-js/modules/es.regexp.constructor';
import 'core-js/modules/es.regexp.to-string';
import 'core-js/modules/es.regexp.flags';
import 'core-js/modules/es.string.match';
import 'core-js/modules/es.string.replace';
import 'core-js/modules/es.string.search';
import 'core-js/modules/es.string.split';

import 'core-js/modules/es.map';
import 'core-js/modules/es.weak-map';
Expand Down

0 comments on commit 03ecad5

Please sign in to comment.