moduleRaid icon indicating copy to clipboard operation
moduleRaid copied to clipboard

Breaking open Webpack 5 to extract modules from WhatsApp Web

Results 3 moduleRaid issues
Sort by recently updated
recently updated
newest added

/* moduleRaid v5 * https://github.com/@pedroslopez/moduleRaid * * Copyright pixeldesu, pedroslopez and other contributors * Licensed under the MIT License * https://github.com/pedroslopez/moduleRaid/blob/master/LICENSE */ const moduleRaid = function () { moduleRaid.mID =...

I started to receive the following error (using https://github.com/pedroslopez/whatsapp-web.js lib, which use this one). I think that problem is in this line. https://github.com/pedroslopez/moduleRaid/blob/1867c12241b0d6200bd0d8dc852e875d95278ea3/moduleraid.js#L14 Please help to solve that.

Hi 😄 Thanks for all of your great job. `whatsapp-web.js` is awesome! Found out, that `pixeldesu/moduleRaid` supports Webpack v5 and we can try to use it instead of using current...