Deep Dive into Rspack and Webpack Tree Shaking · web-infra-dev · Discussion #17

This article primarily focuses on understanding the concept of Webpack Tree Shaking rather than delving deeply into the underlying code implementation. Code examples can be found at https://github…. Read more

Similar

Inspecting the Webpack Bundle

To ensure a great user experience it is important to keep the initial page load as  fast as possible. There are two main ways of doing this; one is to reduce the number of file requests made when t… (more…)

Read more »