Results 10 comments of Avanish Pathak

@agoldis Thanks for an amazing job on the plugin. But, I feel this issue should be reopened. `replaceSrcMethodName` adds a wrapper around the method: `__webpack_require__.e = the chunk ensure function`....

Absolutely. Would you like me to submit a pull request too?

I spent some time looking and digging through webpack itself. I can't find any hook or tapable event we can plug into that's a universal overridable fn callback. The whole...

Sure, go for it. I'll approve and merge.  ________________________________ From: chrisnohr ***@***.***> Sent: Tuesday, October 19, 2021 7:58 PM To: 5punk/react-slack-chat Cc: Subscribed Subject: Re: [5punk/react-slack-chat] can't add any channel...

I think this is a good idea... Some metadata about browsers would be handy with all the evolving IOT devices around Thoughts @DamonOehlman ?

@contra Can you provide a sample of the `user agent string` for Cordova? It seems like you can [set any user agent string you want](https://github.com/LouisT/cordova-useragent). Why not just add a...

> $('body').mousedown(function() { > var down; > down = true; > }); > $('body').mouseup(function() { > var down; > down = false; > }); > setTimeout(function() { > if (down)...

Are there plans to update this limit for more complex flows? It doesn't have to be pretty or even enabled via UI (if a config import can help bypass that...