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)
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, likeladle build
)