We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
node_modules
1 parent 5488547 commit 6bdc26cCopy full SHA for 6bdc26c
packages/angular_devkit/build_angular/src/webpack/configs/common.ts
@@ -347,7 +347,7 @@ export async function getCommonConfig(wco: WebpackConfigOptions): Promise<Config
347
watch: buildOptions.watch,
348
watchOptions: {
349
poll,
350
- ignored: poll === undefined ? undefined : 'node_modules/**',
+ ignored: poll === undefined ? undefined : '**/node_modules/**',
351
},
352
performance: {
353
hints: false,
0 commit comments