webpack --watch exits after building once

Viewed 2476

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

2 Answers
Related