Type-safe es2015 module import path aliasing with Webpack, Typescript and Jest

How to remove long import paths and encapsulate packages in reusable modules folder and make everything work with webpack, jest and typescript… 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 »