You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm unable to find the Storybook's copy of the Vite cache anywhere, and I've rifled through loads of issues, docs and code to find it. I've tried clearing every possible instance of node_modules/.cache, node_modules/.vite-storybook and node_modules/.vite without it picking up an update to a file within node_modules that I've made.
Building Storybook does cause the change to be picked up however, as does running tests in Jest.
Describe the solution you'd like
What I'd really like however is a flag I can pass (like the --force flag supported by Vite itself) so that I don't need to know where it is, and it just works.
Describe alternatives you've considered
Scouring the docs to find the directory name. This is less convenient in a monorepo since there could be multiple locations at which the directory might end up, making finding it harder.
Are you able to assist to bring the feature to reality?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is your feature request related to a problem? Please describe.
I'm unable to find the Storybook's copy of the Vite cache anywhere, and I've rifled through loads of issues, docs and code to find it. I've tried clearing every possible instance of
node_modules/.cache
,node_modules/.vite-storybook
andnode_modules/.vite
without it picking up an update to a file withinnode_modules
that I've made.Building Storybook does cause the change to be picked up however, as does running tests in Jest.
Describe the solution you'd like
What I'd really like however is a flag I can pass (like the
--force
flag supported by Vite itself) so that I don't need to know where it is, and it just works.Describe alternatives you've considered
Scouring the docs to find the directory name. This is less convenient in a monorepo since there could be multiple locations at which the directory might end up, making finding it harder.
Are you able to assist to bring the feature to reality?
no
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions