Webpack related important links
Webpack is a module bundler for JavaScript. It is made primarily for JavaScript. The main purpose is to bundle JavaScript files for the browser.
Webpack can also transform front-end assets such as HTML, CSS, and images if the corresponding loaders are used.