Back to home
Webpack

"Bundle your assets"

Webpack was once at the forefront of modern Front End Web Development. Whether we realized it or not, most Front End devs were using Webpack in almost every single project. React, Angular, and Vue all used/use Webpack behind the scenes, with most other Front End frameworks allowing you to use Webpack easily. I have a fair amount of experience with Webpack thanks to The Odin Project. I also built my first portfolio website by making extensive use of Webpack. However, I have found that Webpack can be complicated, intimidating, and confusing, so I try and avoid having to tweak it if I can.