Webpack Articles, Tutorials & News

Using Phoenix Without Webpack

Gravitating away from Javascript over the years, I’ve been exposed to many different programming paradigms and languages. One in particular is functional programming with Elixir, and building web apps with the Phoenix framework. Not only is Elixir a clean…

Read more »

ts-loader upgraded to webpack 5 (TypeScript)

ts-loader has just released v9.0.0. This post goes through what this release is all about, and what it took to ship this version. For intrigue, it includes a brief scamper into my mental health along the way. Some upgrades go smoothly – this one had some …

Read more »

Micro Frontends in NextJS with Webpack 5

Webpack 5’s Module Federation makes creating micro frontends straightforward. It is also available in NextJS 10+ via an experimental feature flag and it makes integrating micro frontends a breeze. You first build an external micro frontend and deploy it a…

Read more »