Angular keep recompiling even when nothing change
I have an Angular application that compile again and again while nothing changes. We didn’t changed the webpack config. Running the app with ng serve –watch –poll 1000 do not fixed the problem. In the node_modules/@angular-devkit/build-angular/src/tools/webpack/configs/common.js I’ve add this code to display the change detected by webpack: const extraPlugins = [ new (class { apply(compiler) … Read more