Inspecting the Webpack Bundle

To ensure a great user experience it is important to keep the initial page load as  fast as possible. There are two main ways of doing this; one is to reduce the number of file requests made when t… Read more

Similar

Webpack: The Basics

It’s essential to divide JavaScript and CSS code into small and concise parts. We make it easier for ourselves and others to manage it, and also to understand and maintain it later. Browsers on the… (more…)

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 ... (more…)

Read more »

Tips to Optimize Webpack

Here is a guide to the 8 most useful optimizations to reduce the size and speed of Webpack builds. This article will be updated when a new stable version of Webpack 5 will be released... (more…)

Read more »