diff --git a/src/core/index.ts b/src/core/index.ts index cca23ea49c..a14407ed28 100644 --- a/src/core/index.ts +++ b/src/core/index.ts @@ -15,6 +15,7 @@ import createInitAppSemaphore from 'core/init/semaphore'; export { initApp, createInitAppSemaphore }; //#unless runtime has storybook + if (SSR) { process.on('unhandledRejection', stderr);