Closed
Description
After upgrading from an older version of Angular 5 alpha / Dart 2 dev releases to the latest one, im not getting source-mapped file paths in my error stack traces (notice the app_component.ddc.js 112:17 ngOnInit
):
But the funny thing is, everywhere else the sourcemaps are working. For example in the Sources Devtools Tab and even in the underlying stack trace of the console message:
These are my specs:
Dart: Dart VM version: 2.0.0-dev.55.0 (Mon May 14 09:23:07 2018 +0200) on "macos_x64"
Build packages:
build 0.12.6
build_config 0.2.6+2
build_modules 0.2.2+4
build_resolvers 0.2.0+2
build_runner 0.8.9
build_test 0.10.2+3
build_web_compilers 0.4.0+1
built_collection 3.1.1
built_value 5.4.4
Angular: 5.0.0-alpha+11
Im on MacOS and using Chrome