We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c57071 commit 38f21beCopy full SHA for 38f21be
1 file changed
packages/angular_devkit/build_angular/src/angular-cli-files/models/webpack-configs/common.ts
@@ -149,7 +149,7 @@ export function getCommonConfig(wco: WebpackConfigOptions) {
149
150
if (buildOptions.showCircularDependencies) {
151
extraPlugins.push(new CircularDependencyPlugin({
152
- exclude: /[\\\/]node_modules[\\\/]/,
+ exclude: /([\\\/]node_modules[\\\/])|(ngfactory\.js$)/,
153
}));
154
}
155
0 commit comments