Article from Stanislas Bernard
A Comprehensive Introduction to Webpack, the Module Bundler
Stanislas 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…
Continue reading →