28 September, 2020
Building modular Javascript applications with Webpack
Luigi Laezza
Web Development
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.