Webpack Demo

screenshot of Webpack Demo

In this exercise I will build a simple yet powerful webpack boilerplate, which I can later use as a starting point in my projects.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.