Webpack and ng-build do almost the same job that binds your modules to be used in a browser environment. For example, the Angular module is a feature that is not supported in the browser, and ES 6 modules are not yet implemented in any browser, so everything should be bundled.
source
share