Building modular Javascript applications with Webpack Building modular Javascript applications with 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.