-
Notifications
You must be signed in to change notification settings - Fork 514
Open
Labels
help wantedWell specified and ready to be worked onWell specified and ready to be worked ons-readyReady to be picked upReady to be picked upt-perfImprove performanceImprove performance
Milestone
Description
What is the feature you would like to implement?
Structure our package distributions to better support tree shaking by not bundling into a single index file.
Additional context
The safest form of tree shaking relies on ES module structure to eliminate unused code. We currently bundle our package distributions into a single index file, which makes this kind of tree shaking impossible.
I'd suggest just transpiling with tsc. This would also make #411 viable.
Metadata
Metadata
Assignees
Labels
help wantedWell specified and ready to be worked onWell specified and ready to be worked ons-readyReady to be picked upReady to be picked upt-perfImprove performanceImprove performance
Type
Projects
Status
No status