-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Angular 19 Build unable to use sourcemaps for locally mapped library #29654
Comments
Weird issue, angular builds sourcemaps for some components and doesn't build for other components inside my project |
Possible related / duplicate of: #28426 |
@ChristianGalla looks tangentially related. My sample has no configuration overrides; both the library and application were built without any customization to the cli generated code. |
This is the same root cause as #28426 |
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. |
Which @angular/* package(s) are the source of the bug?
compiler
Is this a regression?
Yes
Description
When watching a locally mapped library, once the library is rebuilt, sourcemaps for the library are lost completely.
Please provide a link to a minimal reproduction of the bug
https://github.com/TheKrisSodroski/Angular19LibraryWatchBug
Please provide the exception or error you saw
Please provide the environment you discovered this bug in (run
ng version
)Anything else?
Github reproduction repo contains a readme with additional information:
https://github.com/TheKrisSodroski/Angular19LibraryWatchBug
The text was updated successfully, but these errors were encountered: