Evgeniy

Results 2 comments of Evgeniy

``` export default defineNuxtPlugin((nuxtApp) => { nuxtApp.vueApp.config.errorHandler = (error, context) => { if (error?.message?.includes && error.message.includes("Failed to fetch dynamically imported module")) { window.location.reload(true); } }; }); ``` My production solution...

Have same problem, @KABBOUCHI package is alive ? > 1|scheduler | (node:158922) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 SIGINT listeners added to [process]. Use emitter.setMaxListeners() to increase limit 1|scheduler...