Webpack Articles, Tutorials & News

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 »

Webpack 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 Released

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 »