This repository has been archived by the owner on Dec 15, 2018. It is now read-only.
Shake Your Money Maker
This release moves immutable
wrappers to a separate re-export index and adds support for better webpack4+ tree shaking.
Changes:
- BREAKING CHANGE: Move
immutable*
re-exports fromindex.js
toimmutable/index.js
compatibility #267 - Add
package.json:sideEffects: false
so webpack4+ can tree shake ESM much better.