-
-
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
Custom transformers not working for referenced projects #1025
Comments
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. |
This is also true for typescript-plugin-styled-components, which is mentioned in the REAMDE as an example for |
Hi. I am trying to build a mono-repo project consisting from webpack demo application and separately published library. The library is defined as referenced typescript project (
projectReferences: true
).In order to build the library correctly I need custom transformer (@zerollup/ts-transform-paths to transform paths). It seems to be ignored when building the library.
Expected Behaviour
Library code gets emitted while being properly transformed.
Actual Behaviour
Library code gets emitted but no transformation is applied. It is worth mentioning that
@zerollup/ts-transform-paths
run throughttypescript
is working fine.Steps to Reproduce the Problem
ts-loader options
./webpack.tsTransformers.js
Location of a Minimal Repository that Demonstrates the Issue.
adam-stanek/chobot@8bf5dd2
The text was updated successfully, but these errors were encountered: