calmm-js / partial.lenses

Partial lenses is a comprehensive, high-performance optics library for JavaScript
MIT License
915 stars 36 forks source link

Document minification #76

Closed polytypic closed 7 years ago

polytypic commented 7 years ago

Partial lenses now uses /*#__PURE__*/ annotations supported by UglifyJS2. This means that when using a modern bundler like Rollup with UglifyJS2 your bundle will only include what you use.