-
-
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
#7563 Support TSX in config folder #7566
Conversation
This pull request is automatically deployed with Now. Latest deployment for this branch: https://monorepo-git-fork-kamahl19-7563.storybook.now.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Edit: I had a chance to test locally]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've checked this out and it runs great locally. Thanks again!
Can you please squash these into a single commit titled "Add support for TSX in config folder for CRA" and I'll merge it in! :) |
Sure will do in the evening. But i think github allows squash strategy when merging PR as well |
We don't allow squash merges since it interferes with our release scripts FYI |
@mrmckeb done :) |
Thanks for your work on this! |
Thank you too :)
|
Resolves #7201.
What I did
I have updated CRA mocked rules as per CRA 3.0.1 . Tests started to fail, because there are now 2 TS related rules. I rewrote 2 tests since they were not really testing anything and fixed the method to add proper paths to loaders