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

Fix webpack tree shacking (add lens json side effect) #65

Merged
merged 1 commit into from
Dec 27, 2019

Conversation

A-gambit
Copy link
Member

@A-gambit A-gambit commented Dec 27, 2019

Webpack production mode ignores unused import. So we don't add needed methods to Lens object. To fix it we need to add a sideEffect on importing of json module.

Copy link
Member

@blacktaxi blacktaxi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@blacktaxi blacktaxi merged commit 281b70f into master Dec 27, 2019
@blacktaxi blacktaxi deleted the fix-tree-shaking branch December 27, 2019 17:42
@drakosvlad drakosvlad mentioned this pull request Jan 19, 2021
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.

None yet

2 participants