We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aa8bb1 commit cfb3684Copy full SHA for cfb3684
packages/angular_devkit/build_angular/src/webpack/configs/common.ts
@@ -545,7 +545,7 @@ export function getCommonConfig(wco: WebpackConfigOptions): Configuration {
545
},
546
{
547
test: /\.m?js$/,
548
- exclude: [/[\/\\](?:core-js|\@babel|tslib)[\/\\]/, /(ngfactory|ngstyle)\.js$/],
+ exclude: [/[\/\\](?:core-js|\@babel|tslib|web-animations-js)[\/\\]/, /(ngfactory|ngstyle)\.js$/],
549
use: [
550
...(wco.supportES2015
551
? []
0 commit comments