-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Description
Current: Modern build tools, such as webpack and others, bundle modules together and optimize them to speedup loading. They also removed unused imports.
Expected: Modern build tools, such as webpack and others, bundle modules together and optimize them to speedup loading. They also remove unused imports.
Current: For instance, if you import * as library from a huge code library, and then use only few methods, then unused ones will not be included into the optimzed bundle.
Expected: For instance, if you import * as library from a huge code library, and then use only few methods, then unused ones will not be included into the optimized bundle.
Metadata
Metadata
Assignees
Labels
No labels