Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.

Shake Your Money Maker

Compare
Choose a tag to compare
@ryan-roemer ryan-roemer released this 05 Feb 20:43
· 26 commits to master since this release

This release moves immutable wrappers to a separate re-export index and adds support for better webpack4+ tree shaking.

Full Changelog

Changes:

  • BREAKING CHANGE: Move immutable* re-exports from index.js to immutable/index.js compatibility #267
  • Add package.json:sideEffects: false so webpack4+ can tree shake ESM much better.