grammarly / focal

Program user interfaces the FRP way.
Apache License 2.0
723 stars 34 forks source link

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

Closed A-gambit closed 4 years ago

A-gambit commented 4 years ago

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.