-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Update Webpack Title #17935
Update Webpack Title #17935
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 8bcf99e. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this branch ✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
I'm all for this! It always feels strange to see "Webpack app" in my vite project storybook. 😂 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice one!
As far as using the brandTitle
, that's a great idea, but I've heard talk of moving the non-color-related theme stuff into main.js
in 7.0
after which it'll be a lot easier to do that.
Sorry. Just realized this is a draft PR. Feel free to ping me for a re-review, if warranted!
@kylegach In that case, I think we should get this one in and then follow up post 7.0 to change it to the |
"Webpack app" even though Webpack isn't involved. Strange |
Issue: #17709
What I did
I updated the title to be "Storybook loading…". I think it might be better to actually say the name of the Storybook. @kylegach is that something that can be easily done?
How to test
TBD