Skip to content

Article from Stanislas Bernard

A Comprehensive Introduction to Webpack, the Module Bundler

July 11, 2016Stanislas Bernard10 min read

As a front-end Javascript developer, managing your source files can quickly get tricky. On the back-end side, Node has a built-in module resolver —require— whereas there is no built-in module resolver in the browsers. In this article, I will get you started with Webpack, a very powerful tool to…

Continue reading →