Does not work in webpack 5
Hi, I am using webpack-require-from to update the react bundle chunks dynamically, and it works perfectly fine with webpack 4, but does not work with webpack 5. I am using 1.8.2 version and bumped it up to 1.8.6 but still replaceSrcMethodName does not seems to be working. I do not see any errors.
Is this package stable with webpack 5 and is there any working example of documentation updates for this?
Thanks
@agoldis We are seeing the same issue, can you confirm if the replaceSrcMethodName works correctly with webpack5 now or it doesn't ?
thank you.
Check out #63
Just for clarification here:
It "Does not work in webpack 5" if only we use replaceSrcMethodName option, right? 'cause I'm currently using path option and seems like it's still working properly for webpack 5 – perhaps the title of this issue is a bit misleading then? 😅