You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open animals/dog.ts and uncomment line 15 to introduce a compiler error
run npm run webpack
Observe "successful" build
Note: I turned on ts-loader logging and you can see that the error is being reported during the typescript build process, but it doesn't bubble up to webpack
The text was updated successfully, but these errors were encountered:
Expected Behaviour
ts-loader warns about all typescript compiler errors on first run
Actual Behaviour
errors for composite projects are ignored when re-running webpack
Steps to Reproduce the Problem
At this point I'd expect an error, but the build reports as successful and emits without issue
Location of a Minimal Repository that Demonstrates the Issue.
https://github.com/berickson1/project-references-demo
For the above:
npm install
npm run webpack
animals/dog.ts
and uncomment line 15 to introduce a compiler errornpm run webpack
Note: I turned on ts-loader logging and you can see that the error is being reported during the typescript build process, but it doesn't bubble up to webpack
The text was updated successfully, but these errors were encountered: