Fast production builds with Webpack

Etsy has switched from using a RequireJS-based JavaScript build system to using Webpack. This has been a crucial cornerstone in the process of modernizing Etsy’s JavaScript ecosystem. We’ve learned… Read more

Similar

Create a typescript project using webpack 3

Hello again guys. This time we will create a typescript project using webpack 3. The typescript version I use in this example is 2.4.2 which is the latest typescript version at the time I am writing this article. I've got the idea for creating this articl... (more…)

Read more »

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

Read more »