Open
Description
Redux (and a lot of other React libs) have a ES2015 modules version of the build: https://github.com/reactjs/redux/blob/master/package.json#L24
This is really handy for tools like Rollup, since the "module"
key in package.json can be pointed at ./es/index.js
. I'm using a fork of redux-immutable with these builds and it works well.
Would you consider a PR that adds multiple build outputs to match how Redux is built?