-
Notifications
You must be signed in to change notification settings - Fork 16
Configure webpack to work with tsx files #12
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
Comments
Any progress? |
+1 same issue |
@Maftalion @jbeuckm I was able to get this working by updating my .storybook/main.js file to the following:
|
@ericafwalsh awesome! ty, did you need to change things around in the webpack config as well? running into a new error around the loader:
|
@Maftalion I believe you're missing |
I just recently started working with typescript, so I'm not sure how it works, If anyone solved this issue and would like to put it into a PR I would be glad to merge it to help others with the same problem |
Hi @ericafwalsh , @Maftalion : |
Hi @ugglr. This is awesome!
I'm having trouble configuring webpack to pick up on our tsx files though.
here is what I have so far in
webpack.config.js
:The text was updated successfully, but these errors were encountered: