Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

webpack live reload is not working with @angular/cli

I bought a template that uses angular, followed the setup steps but on making changes there was no live reloading. The project uses webpack too

like image 730
Sigu Magwa Avatar asked Dec 10 '22 08:12

Sigu Magwa


1 Answers

After searching around, I found the discussion at the official angular cli github page that has the solution. When running the server include the poll option i.e ng serve --poll=2000

like image 150
Sigu Magwa Avatar answered Jan 02 '23 16:01

Sigu Magwa