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
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
The text was updated successfully, but these errors were encountered:
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? 😅
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
The text was updated successfully, but these errors were encountered: