Investigates why redux-logger stays in production bundles, explores its UMD build, tries the 4.x ES module beta, and confirms tree-shaking once sideEffects is set.
Sep 14, 2024
An explanation of the sideEffects field in package.json, including its purpose, usage patterns, and how it enables effective tree shaking in Webpack builds.
Jul 18, 2021