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