Building modular Javascript applications with Webpack

by luigi laezza | 28th September 2020 | Web Development | javascript, webpack
Webpack is a module bundler for modern JavaScript applications. It is incredibly configurable, and it is very easy to get started.

Webpack creates a graph of all of your application’s dependencies, once you’ve bundled all of your assets together, it outputs a bundled code following the given configurations.

Smashing Magazine recently has released a nice article to get yourself on the right track.

Click here to get started.