-
-
Notifications
You must be signed in to change notification settings - Fork 431
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
getCustomTransformers not called with happypack #739
Comments
Thanks for the informative issue - that's super helpful! If you'd like to have a crack at implementing a similar approach as mentioned by @Igorbek I'd be happy to take a look at your PR. Don't worry about tests failing etc - just get something in place and I'll gladly help you from there. 🌻 |
I've pushed a pr for this issue @johnnyreilly #745 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Closing as stale. Please reopen if you'd like to work on this further. |
Expected Behaviour
getCustomTransformers function is called during build when used with happypack
Actual Behaviour
getCustomTransformers is not called.
Steps to Reproduce the Problem
Igorbek/typescript-plugin-styled-components#6 (comment)
Location of a Minimal Repository that Demonstrates the Issue.
I believe link and discussion above provide sufficient detail.
For reference, @Igorbek points out that there is a way to do this with awesome-typescript-loader although it would be ideal for us to stick with ts-loader
s-panferov/awesome-typescript-loader@f37dacb
The text was updated successfully, but these errors were encountered: