I was using webpack --watch
statement to run my webpack in watch mode for building my ReactJS app. However for some reason, it stopped working now. It now just compiles the code once and terminates
I tried the methods suggested in this SO post: webpack --watch isn't compiling changed files
However it did not solve the problem for me. Any help is appreaciated
See Question&Answers more detail:os