If you want webpack to watch for changes simply use the watch flag:
webpack --watch
With this option webpack will watch for changes and re-compile.
If you want webpack to watch for changes simply use the watch flag:
webpack --watch
With this option webpack will watch for changes and re-compile.