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 has been archived by the owner on Nov 20, 2020. It is now read-only.
Hey, I'm currently running into performance issues when I try to display a props table in storybook 5.
Current Behavior
Starting Storybook takes currently around 180 seconds for 35 components.
By simply leaving out react-docgen-typescript-loader, build time goes down to 40 seconds.
Hey, I'm currently running into performance issues when I try to display a props table in storybook 5.
Current Behavior
Starting Storybook takes currently around 180 seconds for 35 components.
By simply leaving out react-docgen-typescript-loader, build time goes down to 40 seconds.
Context
The project is build using react and typescript. But instead of the awesome-typecript-loader (like suggested in the storybook-docs) I'm using the babel-loader.
I'm using react-docgen-typescript-loader in order to display the props in the newly released docs-addon from storybook.
My custom webpack.config.js looks like this:
What I tried
tsconfig.json
for the react-docgen-typescript-loader (see this issue)query: { compact: true }
option.The listed attempts didn't improve build time or made it worse.
Specs
If you need any additional information, please let me know.
The text was updated successfully, but these errors were encountered: