Managing a web pack build will be a barrier to entry for some. Automating this (especially detecting when maven deps change and re-generating) would be helpful and save time.
Get all files *.clickhandler-package.json and merge. Run npm install to download all dependencies
Get all files *.clickhandler-webpack.js and concatenate. Run webpack to build app.js and app.js.map files
Managing a web pack build will be a barrier to entry for some. Automating this (especially detecting when maven deps change and re-generating) would be helpful and save time.
npm install
to download all dependencies