Optional require of Immutable is broken #93
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
MichaelContento/redux-storage#93
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It's impossible to build without
immutable, browserify is throwing a compile time error. Maybe using https://github.com/devongovett/browserify-optional would work but it still needin the package.json.
Another solution would be to pass
fromJSas an optional argument of the reducer enhancer.