10000
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 4d918ef commit 647a5f0Copy full SHA for 647a5f0
packages/angular_devkit/build_angular/src/webpack/utils/helpers.ts
@@ -102,7 +102,7 @@ export function getWatchOptions(
102
): NonNullable<Configuration['watchOptions']> {
103
return {
104
poll,
105
- ignored: poll === undefined ? '**/$_lazy_route_resources' : 'node_modules/**',
+ ignored: poll === undefined ? '**/$_lazy_route_resources' : '**/node_modules/**',
106
};
107
}
108
0 commit comments