Skip to content
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

Make the options constants easier to treeshake #5

Merged
merged 1 commit into from
Dec 3, 2022

Conversation

skirtles-code
Copy link
Owner

The use of Object.freeze() prevents the constants COMPONENTS_AND_ELEMENTS, SKIP_COMMENTS and ALL_VNODES from being treeshaken.

The addition of /*#__PURE__*/ should allow them to be treeshaken. Freezing also shouldn't be necessary in production builds, so that is now skipped.

@skirtles-code skirtles-code merged commit 3dc8185 into main Dec 3, 2022
@skirtles-code skirtles-code deleted the treeshake-constants branch May 6, 2023 03:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant