sahat/megaboilerplate

npm run build every time?

pruhstal opened this issue · 1 comments

Is there a way to make webpack run build on a change so I don't have to manually run it and then re-start my server every time I make a change that requires a build?

jpgc commented

@pruhstal If I am not mistaken webpack has a watch mode that auto builds on file change.

https://webpack.github.io/docs/tutorials/getting-started/#watch-mode