I am looking to see what is the best approach to buid and deploy my angular 2 web application?
I finally need to serve it as a web bundle resource to my dropwizard application.
I am trying to understand if I should retain ng build and use that to generate my dist folder or should I override that with webpack and carry out whatever is specified in https://angular.io/guide/webpack .
Does ng build internally call webpack? if yes, is there any benefit in setting up my own webpack-config file and setting it up as discussed in https://angular.io/guide/webpack .