You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any particular reason to not replace calls like (0, fn)(...args) to just fn(...args)? Also, would be great to know in which cases webpack does this kind of transformation if anyone knows...
Is there any particular reason to not replace calls like
(0, fn)(...args)to justfn(...args)? Also, would be great to know in which cases webpack does this kind of transformation if anyone knows...