Pranjali Srivastava
Pranjali Srivastava
Hello @KLSMDN is anyone assigned for this issue? It would be glad if I could be assigned to it and make my contribution. Thanks
Introducing __webpack_dynamic_public_path__ as a global runtime function might help
You can add a patch to handle this specific case: *Inside hmrpack.js* if (module.hot) { const originalHotCheck = module.hot.check module.hot.check = function patchedHotCheck(applyOnUpdate) { return originalHotCheck.call(this, applyOnUpdate).catch((error) => { //...