We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 319f630 commit 18566b0Copy full SHA for 18566b0
packages/angular_devkit/build_angular/src/angular-cli-files/models/webpack-configs/common.ts
@@ -155,7 +155,7 @@ export function getCommonConfig(wco: WebpackConfigOptions) {
155
156
if (buildOptions.showCircularDependencies) {
157
extraPlugins.push(new CircularDependencyPlugin({
158
- exclude: /[\\\/]node_modules[\\\/]/,
+ exclude: /([\\\/]node_modules[\\\/])|(ngfactory\.js$)/,
159
}));
160
}
161
0 commit comments