Skip to content

v3.3.0

Compare
Choose a tag to compare
@gaearon gaearon released this 05 Feb 22:05
· 2327 commits to master since this release
  • Fixes jsnext:main to point to a Rollup-friendly ES Modules build in redux/es. It still depends on Lodash so you can’t use without rollup-plugin-commonjs, but importing individual functions like import { createStore } from 'redux' should now work, and you shouldn’t be getting an error when you use npm({ jsnext: true }) anymore due to a broken jsnext:main. (#1369, #1042, #1327)