Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(cli): Make stories with same name possible #178

Merged
merged 4 commits into from
Jun 1, 2021

Conversation

tchock
Copy link
Member

@tchock tchock commented May 28, 2021

No description provided.

@github-actions github-actions bot added the bug Something isn't working label May 28, 2021
Copy link
Contributor

@JohannesMerz JohannesMerz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just one discussion point

@@ -23,34 +23,34 @@ exports[`run bundle command 2`] = `
\\"outputFilePath\\": \\"files/vendors.js\\"
},
{
\\"name\\": \\"Button.stories.js\\",
\\"name\\": \\"runtime~src__Button.stories.js.js\\",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we want to remove the runtime~ prefix?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's automatically done by storybook. It's a chunk .The real Button.stories should be still there.

@tchock tchock merged commit a1c6257 into master Jun 1, 2021
@tchock tchock deleted the fix-same-name-file-bug branch June 1, 2021 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants