diff --git a/packages/angular_devkit/build_angular/src/tools/babel/webpack-loader.ts b/packages/angular_devkit/build_angular/src/tools/babel/webpack-loader.ts index c17dbfd314..f47c33a513 100644 --- a/packages/angular_devkit/build_angular/src/tools/babel/webpack-loader.ts +++ b/packages/angular_devkit/build_angular/src/tools/babel/webpack-loader.ts @@ -153,7 +153,7 @@ export default custom(() => { !/\.(e2e|spec)\.tsx?$|[\\/]node_modules[\\/]/.test(this.resourcePath) && this.resourcePath.startsWith(instrumentCode.includedBasePath) ) { - // `babel-plugin-istanbul` has it's own includes but we do the below so that we avoid running the the loader. + // `babel-plugin-istanbul` has it's own includes but we do the below so that we avoid running the loader. customOptions.instrumentCode = { includedBasePath: instrumentCode.includedBasePath, inputSourceMap: map,