Do you want to request a feature or report a bug?
Feature
What is the current behavior?
The ES module build of Redux references process.env.NODE_ENV which doesn't exist on browsers. With unpkg.com's ?module query param that converts package names to paths, this is the only issue blocking users from loading Redux as a module from the browser.
See references to process.env.NODE_ENV in:
What is the expected behavior?
No references to process.env.NODE_ENV in the ES module build.
Demo: http://jsbin.com/tazoliy/edit?html,output
Do you want to request a feature or report a bug?
Feature
What is the current behavior?
The ES module build of Redux references
process.env.NODE_ENVwhich doesn't exist on browsers. With unpkg.com's?modulequery param that converts package names to paths, this is the only issue blocking users from loading Redux as a module from the browser.See references to
process.env.NODE_ENVin:What is the expected behavior?
No references to
process.env.NODE_ENVin the ES module build.Demo: http://jsbin.com/tazoliy/edit?html,output