Gozala / reducers

Library for higher-order manipulation of collections
MIT License
181 stars 8 forks source link

Uncaught Error: define cannot be used indirect #54

Closed vvetsko closed 8 years ago

vvetsko commented 8 years ago

I am trying to use reducer with redux and cannot run application because I am getting next error in browser "Uncaught Error: define cannot be used indirect". Looks like error in reduce.js from reducible package using webpack:1.12.2

indiejoseph commented 8 years ago

@bigset1 how did you solved the problem?

Gozala commented 8 years ago

That must be webpack related issue, as it works fine in node and this package has not reduce.js file at all.

indrasantosa commented 7 years ago

Have anyone found a solution? is upgrading the webpack will solve the problem?

vvetsko commented 7 years ago

Updating to webpack 2 solved this problem