Webpack is a module bundler for modern JavaScript applications.
It takes all your project’s files and dependencies (JavaScript, CSS, images, etc.), processes them, and bundles them into one or more optimized files (usually bundle.js) for the browser.
Modern web apps often have:
Webpack helps: