mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 09:31:47 +08:00
- Remove `frameworkToRenderer` - This information is already available from `baseGenerator`'s arguments - Add `hasFrameworkTemplates` - Ensures frameworks with templates use those instead of templates for associated renderer - Follows pattern of `hasInteractiveStories` - Update `copyComponents` to copy common template files before (instead of after) framework/render template files - Allows framework/renderer template files to contain, e.g. `Introduction.stories.mdx` and have it not be overwritten