-
-
Notifications
You must be signed in to change notification settings - Fork 433
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
WIP for supporting project references further #1028
Conversation
Add test that doesnt pass yet. This is same as projectReferencesWatch so technically only change should be in bundled emit to have out to be lib\out\index.js instead
…pending on .ts file for that This fixes initial build to complete in single pass
Will this PR fix the issue brought up in #1003 (comment)?
I stumbled across this issue too. |
+1. Is there anything we can do to help this along? I've started poking around the insides of ts-loader, but it's a lot to take in quickly. If you give some pointers, I'd be more than happy to try and contribute |
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. |
Note there are console.log statements in the loader to debug this.
Also fyi this is not fully working