doniyor2109 / redux-lightweight

Write one business logic instead of writing actions, action types and reducers

Home Page:https://www.npmjs.com/package/redux-lightweight

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Breaks on minified builds

nkovacic opened this issue · comments

Would this library work in minification is enabled on production builds?
Is there any workaround for this scenario?

I am refering to this comment on stackoverflow

Hi @nkovacic. Sorry for late response. I don't know exact which cases it can fail but it should work.

Can you reproduce with example repo the case?