| domain | baltuta.eu |
| summary | The text discusses optimization techniques for exporting and bundling code in a web application, focusing on `splitChunks` and `cacheGroups`. It explains how to use these features with specific modules like React, React DOM, React Router, and Lodash. The `cacheGroups` feature allows you to group together dependencies that are often used together, improving performance.
The text also introduces the concept of `externals`, which is an alternative to including external dependencies (like those from CDNs or pre-built files) within your bundle. This can be achieved by configuring `externals`, enabling you to import only what's necessary and reducing the overall bundle size. This approach helps in optimizing load times and resource utilization. |
| title | Web Development Rants - Băltuță.eu |
| description | Rants and discoveries by Andrei Băltuță |
| keywords | module, loader, exports, build, vendor, options, test, bundle, thread, time, have, loaders, babel, chunks, script, secs, target |
| upstreams |
|
| downstreams |
|
| nslookup | A 91.98.84.178 |
| created | 2025-11-08 |
| updated | 2025-11-08 |
| summarized | 2025-11-10 |
|
|