We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32cf222 commit a7535dbCopy full SHA for a7535db
packages/angular_devkit/build_angular/src/webpack/configs/common.ts
@@ -532,7 +532,7 @@ export function getCommonConfig(wco: WebpackConfigOptions): Configuration {
532
},
533
{
534
test: /\.m?js$/,
535
- exclude: [/[\/\\](?:core-js|\@babel|tslib)[\/\\]/, /(ngfactory|ngstyle)\.js$/],
+ exclude: [/[\/\\](?:core-js|\@babel|tslib|web-animations-js)[\/\\]/, /(ngfactory|ngstyle)\.js$/],
536
use: [
537
...(wco.supportES2015
538
? []
0 commit comments