mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-19 20:52:06 +08:00
`output.devtoolModuleFilenameTemplate` is not used when `SourceMapDevToolPlugin`
671cb184e3/lib/SourceMapDevToolPlugin.js (L77)
Current stacktraces are not properly formatted
```
http://localhost:9876/_karma_webpack_/webpack:/src/app/dummy.component.spec.ts:36:76
```
With this change we wil change this to
```
http://localhost:9876/src/app/validation-directive.ts:13:23
```
This also allows users to click on the stacktrace in the browser and go to source.
Angular Webpack Build Facade
WIP