v3.3.0
- Fixes
jsnext:main
to point to a Rollup-friendly ES Modules build inredux/es
. It still depends on Lodash so you can’t use withoutrollup-plugin-commonjs
, but importing individual functions likeimport { createStore } from 'redux'
should now work, and you shouldn’t be getting an error when you usenpm({ jsnext: true })
anymore due to a brokenjsnext:main
. (#1369, #1042, #1327)