Skip to content

Commit

Permalink
fix(@angular-devkit/build-angular): remove circular dependencies warn…
Browse files Browse the repository at this point in the history
…ings in ngfactory files

Fixes #11135
  • Loading branch information
ahasall authored and mgechev committed Dec 19, 2018
1 parent 319f630 commit 18566b0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -155,7 +155,7 @@ export function getCommonConfig(wco: WebpackConfigOptions) {

if (buildOptions.showCircularDependencies) {
extraPlugins.push(new CircularDependencyPlugin({
exclude: /[\\\/]node_modules[\\\/]/,
exclude: /([\\\/]node_modules[\\\/])|(ngfactory\.js$)/,
}));
}

Expand Down

0 comments on commit 18566b0

Please sign in to comment.