You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 20, 2020. It is now read-only.
When using yarn start to start the dev-server, TypeScript-Compilation with Webpack gets exponentially slower with every change that triggers recompilation of typescript.
So the first few changes are done within a few milliseconds, later on it suddenly takes several seconds.
I suspect there is some sort of memory-leak or something that consumes to many ressources.
I will investigate this further but thought to open an Issue so everybody is aware.
When using
yarn startto start the dev-server, TypeScript-Compilation with Webpack gets exponentially slower with every change that triggers recompilation of typescript.So the first few changes are done within a few milliseconds, later on it suddenly takes several seconds.
I suspect there is some sort of memory-leak or something that consumes to many ressources.
I will investigate this further but thought to open an Issue so everybody is aware.