-
Notifications
You must be signed in to change notification settings - Fork 1k
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 absolute & component folder imports in Storybook config folder #11746
Conversation
This should ideally be part of the next v8 patch release, as this is the version that introduced this change. Is Also i'd suggest to amend the upgrade guide for a smooth transition: https://redwoodjs.com/upgrade/v8#storybook-using-vite |
|
…PostCSS configs As per redwoodjs#11746 (comment)
…PostCSS configs As per redwoodjs#11746 (comment)
Done! https://redwoodjs.com/upgrade/v8#update-tsconfigjsconfig-for-storybook |
Looks like the test project fixture CI failure is valid. Do you mind also trying to fix that? |
Done. 🫡 |
…11746) Co-authored-by: Tobbe Lundberg <tobbe@tlundberg.com>
Resolves #11741. Thanks @irg1008 for pointing out the obvious fix.
This should have been updated in the move from webpack to vite, as storybook config files were moved from
web/config
toweb/.storybook
then.This completes the update.