-
-
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
projectReferences: true causes node to not exit (webpack host) #998
Comments
Referring to: |
Using this commit:
|
Ok, so it seems the code is using the Not sure how you guys want to solve this or why watch apis were chosen? |
@sheetalkamat |
I think microsoft/TypeScript#33145 should fix that. try using typescript@next to see if the problem resolves? Btw I tried the repro steps and it doesn't seem to repro
|
Oh, right, must “yarn build” first? |
Will try “next” when back home, thank :) |
I tried typescript@next (typescript@3.7.0-dev.20190912)and had no luck. The stall is still there. Why using see: #998 (comment) edit: it seems someone was able to repro on a windows 10 machine |
@sublimator you are right.. |
Thanks for looking into it :)
|
Expected Behaviour
Node to exit once webpack finished
Actual Behaviour
Node just hangs and doesn't exit.
Have tried node 10 and 12.
Both hang
Steps to Reproduce the Problem
Location of a Minimal Repository that Demonstrates the Issue.
This repo
The text was updated successfully, but these errors were encountered: