theKashey / storybook-include

Folder based storybook configuration for monorepos
MIT License
10 stars 2 forks source link

How do I get this to work with `.mdx` stories? #5

Open matthew-dean opened 2 years ago

matthew-dean commented 2 years ago

I discovered today that I don't think this add-on is loading decorators for .mdx files. How would I get MDX stories to work with the storybook-include decorators?

theKashey commented 2 years ago

You need to use custom integration - https://github.com/theKashey/storybook-include#using-for-not-stories - matching not only tsx files (:ooof: jsx is not supported as well!)