-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Utilities: Make modules tree-shakable #2880
Labels
dev
Needs some dev work
housekeeping
icebox
used for all issues in the Icebox pipeline. Stalebot ignores these issues when this label is added.
package: utilities
Work necessary for the Carbon for IBM.com utilities package
priority: low
Comments
RobertaJHahn
added
dev
Needs some dev work
package: utilities
Work necessary for the Carbon for IBM.com utilities package
priority: low
and removed
Feature request
A new adopter requested feature
labels
Jul 13, 2020
RobertaJHahn
added
the
icebox
used for all issues in the Icebox pipeline. Stalebot ignores these issues when this label is added.
label
Mar 25, 2021
Decided to move to |
Jeff to discuss in engineering huddle. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dev
Needs some dev work
housekeeping
icebox
used for all issues in the Icebox pipeline. Stalebot ignores these issues when this label is added.
package: utilities
Work necessary for the Carbon for IBM.com utilities package
priority: low
The problem
Though we know that
import { namedImport } from 'package-name'
has negative effects on application bundle size and build time and we have migrated away from it in our internal code, it's easier to use for our adopters and still want to provide good support for this usage.The solution
Add
/*#__PURE__*/
annotations (with wrapping contents in IIFE as necessary).Additional Information
The text was updated successfully, but these errors were encountered: