|
|
|
|
|
by eyelidlessness
1685 days ago
|
|
Most bundlers: - have more sophisticated dependency tracking and will split a separate chunk for a/b - can produce some kind of a manifest to allow you to preload and avoid nested waterfalls - provide some mechanism for greater control over what gets chunked separately or combined, for the usage/caching scenarios you’ll undoubtedly know better than a general purpose program |
|