Let’s talk about our webpack config files

Every company and every project have different requirements, and configuring webpack to meet all of these needs, whilst still using best practices for serving assets and keeping the developer… Read more

Similar

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

Read more »