Webpack allows you to create a pile of the javascript files that are usable in the browser. With Webpack, we can build the dependency graph, do application processing. With the dependency graph, one can map every module of the project. This helps in matching up with project requirements.

BY Best Interview Question ON 06 Oct 2019