I\'d like to run webpack in --watch mode, and run a shell command after each build that synchronizes a folder to another one.
--watch
I found this plugin that t
If you guya want to do it when a specific file gets changed you can use this little plugin I built: https://www.npmjs.com/package/webpack-noodle-plugin
Hope it can help