Webpack Articles, Tutorials & News

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…

Read more »

Webpack 2021 Roadmap

webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset.

Read more »

Module Federation with Webpack 5

In this article, we will look at one of webpack’s exciting new features, Module Federation. This feature will allow dynamic code reloading from another project at runtime. Using module federation will enable sharing code from other projects with only a li…

Read more »

Snowpack vs. Webpack

So can Snowpack replace webpack? After all, few tools have been as central and important to the JavaScript ecosystem as webpack has.

Read more »

Webpack 5 Headache

Webpack no longer automatically polyfills Node.js APIs. This is a huge breaking change and will inconvenience users & package maintainers.

Read more »

Webpack 5 Headache

Webpack no longer automatically polyfills Node.js APIs. This is a huge breaking change and will inconvenience users & package maintainers.

Read more »