- Fixes
jsnext:mainto 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. (https://github.com/rackt/redux/pull/1369, https://github.com/rackt/redux/issues/1042, https://github.com/rackt/redux/pull/1327)