tajo / ladle

🥄 Develop, test and document your React story components faster.
https://www.ladle.dev
MIT License
2.63k stars 93 forks source link

Show warning when Ladle finds empty stories file #579

Open Hurtak opened 1 month ago

Hurtak commented 1 month ago

Is your feature request related to a problem? Please describe. I had issue that one of my story files was not showing up and there was no error message anywhere. The issue ended up being that I simply forget to add export the story component, so it was story file with no exports. I think it could be helpful if Ladle showed warning that it encountered .stories file where it found no exported stories.

Describe the solution you'd like Warning shown during ladle serve (and probably other commands where it makes sense, like ladle build)