-
-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed
Description
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:
- https://unpkg.com/[email protected]/es/index.js?module
- https://unpkg.com/[email protected]/es/redux.js?module
What is the expected behavior?
No references to process.env.NODE_ENV
in the ES module build.
graynorton, frankiefu, aomarks, cdata, abdonrd and 8 more
Metadata
Metadata
Assignees
Labels
No labels