The Wonderful World of Webpack

Webpack is a JavaScript module bundler, or so the blurb goes. This is an apt name for it. However, what I would like to do in this article, is to expand on the true power of Webpack. This article will not explain how to use Webpack. Rather, explain the reasoning behind it, and what makes it more special than just a bundler. Webpack is still a Bundler One of the main reasons for tools like Webpack is to solve the dependency problem....

September 4, 2017 · 4 min · 848 words · Jack Histon