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
Where is the default babelrc located? and would it be possible to use it for my jest configuration?
My project is TS based for which I use the typescript compiler, so I don't have a babelrc but am forced to create one to configure storyshots (since it needs to run .storybook/config.js). Instead of creating my own I was hoping to use the one that storybook comes with (and uses when I run npm run storybook)
The text was updated successfully, but these errors were encountered:
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks!
Hey there, it's me again! I am going close this issue to help our maintainers focus on the current development roadmap instead. If the issue mentioned is still a concern, please open a new ticket and mention this old one. Cheers and thanks for using Storybook!
Where is the default babelrc located? and would it be possible to use it for my jest configuration?
My project is TS based for which I use the typescript compiler, so I don't have a babelrc but am forced to create one to configure storyshots (since it needs to run
.storybook/config.js
). Instead of creating my own I was hoping to use the one that storybook comes with (and uses when I runnpm run storybook
)The text was updated successfully, but these errors were encountered: