-
Notifications
You must be signed in to change notification settings - Fork 12k
Report file errors on loader #8058
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
Comments
Is there a workaround for this? |
I have the same problem and it come from no where... in about 10 minutes my builds where passing and after one css change and re-build application i cannot build production no more... |
can't work, im stressed, im scared :) , this is urgent all my module are telling :
but I don't know what I need to change in my tsconfig.json and in my tsconfig.app.json |
|
Fixed by #8203 |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Currently compilation errors get reported in the entry points (
polyfills.ts
,main.ts
) and for the compilation itself afterwards:We should instead report errors for a given file on the file loader, and the rest of these errors in the compilation.
The text was updated successfully, but these errors were encountered: