-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Closed as not planned
Description
Describe the bug
This is a regression from the resolved state of #6430. It may be an issue with RDTL, perhaps not. They have styleguidist/react-docgen-typescript#112 still open.
In that bug, @strothj and @denieler were able to improve react-docgen-typescript-loader
to reuse the parser instance to improve performance. I've updated our dependencies to 5.1.11
and there has been a regression.
If I comment react-docgen-typescript-loader
out, I get much faster build times:
To Reproduce
Steps to reproduce the behavior:
- Enable react-docgen-typescript-loader for .tsx? files, as recommended.
- Have a repo with 10+ stories.
- See slow build time.
You can view our config here.
rafaelalmeidatk, jameschetwood and doublejosh