webpack-require-from icon indicating copy to clipboard operation
webpack-require-from copied to clipboard

Does not work in webpack 5

Open pnaika opened this issue 4 years ago • 3 comments

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

pnaika avatar Jul 23 '21 23:07 pnaika

@agoldis We are seeing the same issue, can you confirm if the replaceSrcMethodName works correctly with webpack5 now or it doesn't ? thank you.

sgore-godaddy avatar May 11 '22 18:05 sgore-godaddy

Check out #63

LeifAndersen avatar Sep 10 '22 22:09 LeifAndersen

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? 😅

dwiyatci avatar Feb 09 '23 13:02 dwiyatci