We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79c5284 commit eb02e7bCopy full SHA for eb02e7b
packages/angular_devkit/build_angular/src/webpack/configs/common.ts
@@ -483,6 +483,8 @@ export function getCommonConfig(wco: WebpackConfigOptions): Configuration {
483
},
484
{
485
test: /\.[cm]?js$|\.tsx?$/,
486
+ // The below is needed due to a bug in `@babel/runtime`. See: https://github.com/babel/babel/issues/12824
487
+ resolve: { fullySpecified: false },
488
exclude: [/[\/\\](?:core-js|\@babel|tslib|web-animations-js)[\/\\]/],
489
use: [
490
0 commit comments