Peter Mikitsh
Peter Mikitsh
@DerMambo please merge at your earliest convenience :)
To confirm, you’re using the master branch? If so, would you mind making a demo repo that reproduces the issue?
Could you share a demo repo? I'm using webpack with retrace, and I haven't encountered this issue.
@wmertens Could you add a unit test that covers this regression? Thanks! Also-- I see that the Sauce Labs integration is failing in the builds (`SAUCE_ACCESS_KEY` is missing). I'll encrypt...
Pretty sure this might be causing SEO issues for me.
To clarify, `lodash.curry` is 15kb minifed / 35kb original. 
There would be 2 libraries shipped to NPM. One with require syntax, and one with import. Otherwise, the two versions would be exactly the same (in terms of their transpilation...
Everything will still ship as one NPM module. I meant two libraries within the existing `feathers-redux` NPM module: the (existing) commonjs build and an additional esmodule build. It's best to...
@abecks I've opened https://github.com/feathers-plus/feathers-redux/pull/60. This probably isn't as beneficial as it would've been before, but it would still be a good addition. When I opened this issue, `redux-actions` was much...
> I'm not sure if that should silence logged errors too though 🤔 I think it'd be reasonable to keep errors -- I was referring to silencing merely informational messages,...