Webpack Articles, Tutorials & News

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 »

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 »