-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Unable to resolve jsx files #562
Comments
Is this only came after you upgrade to |
I just checked, there's no regression. I assume you've a custom webpack setup. |
I am using a clean create-react-app application. I installed react-storybook and renamed the Welcome and Button example components to jsx. |
@rcoedo Let me try that. |
Yep you are right. |
@rcoedo I released a new version (v2.26.0). |
It works now. Thanks! 🍻 |
I am using storybook v2.25.1 and my webpack does not resolve jsx files. I tried adding
resolve: { extensions: ['', '.js', '.jsx'] }
to my.storybook/webpack.config.js
file but it doesn't work.I've seen some old issues like this one (#35), is this a regression?
thanks!
The text was updated successfully, but these errors were encountered: