-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Remote sourcemappingurl support #8426
Copy link
Copy link
Closed
Labels
P5The team acknowledges the request but does not plan to address it, it remains open for discussionThe team acknowledges the request but does not plan to address it, it remains open for discussionfeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issueshelp wantedLabel noting an issue which the team is looking for contribution from the community to fixLabel noting an issue which the team is looking for contribution from the community to fix
Metadata
Metadata
Assignees
Labels
P5The team acknowledges the request but does not plan to address it, it remains open for discussionThe team acknowledges the request but does not plan to address it, it remains open for discussionfeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issueshelp wantedLabel noting an issue which the team is looking for contribution from the community to fixLabel noting an issue which the team is looking for contribution from the community to fix
Bug Report or Feature Request (mark with an
x)Desired functionality.
I'd like to be able to have a the options in
tsconfig.compilerOptions.*that pertain to sourceMap config to be configurable.I'm trying to build production assets that have a sourceMapping like the following
to facilitate debugging by developers in production environments.
To do this I expected to be able to change the
tsconfig.compilerOptions.mapRoottohttp://localhost:4200/. However it looks likehttps://github.com/angular/angular-cli/blob/master/packages/@ngtools/webpack/src/angular_compiler_plugin.ts#L187-L201
Overrides the config and doesn't honor what's in the
tsconfig.jsonThoughts and opinions appreciated.