diff --git a/packages/angular_devkit/build_angular/src/utils/process-bundle.ts b/packages/angular_devkit/build_angular/src/utils/process-bundle.ts index 9cf371ecd535..2433a018a3a1 100644 --- a/packages/angular_devkit/build_angular/src/utils/process-bundle.ts +++ b/packages/angular_devkit/build_angular/src/utils/process-bundle.ts @@ -922,8 +922,8 @@ async function loadLocaleData(path: string, optimize: boolean, es5: boolean): Pr require.resolve('@babel/preset-env'), { bugfixes: true, - // IE 9 is the oldest supported browser - targets: es5 ? { ie: '9' } : { esmodules: true }, + // IE 11 is the oldest supported browser + targets: es5 ? { ie: '11' } : { esmodules: true }, }, ], ],