-
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
ng test -sm false seems to generate sourcemaps #5666
Comments
This is not intended, it is a bug. Sourcemaps are not being correctly turned off. @johnpapa this explains why disabling sourcemaps didn't improve test rebuilds anymore. |
Good to know I'm not nuts :) |
@filipesilva any idea when a minor bump will be released with this? Seems like all the development is going on in 1.1.x while 1.0.0 is left with several bugs that have been fixed a while back. |
Followup to angular#5422 Fix angular#5666 Close angular#5668
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. |
OS
Mac OSX Sierra 10.12.3
Versions
@angular/cli: 1.0.0
node: 6.9.1
os: darwin x64
@angular/common: 4.0.0
@angular/compiler: 4.0.0
@angular/core: 4.0.0
@angular/forms: 4.0.0
@angular/http: 4.0.0
@angular/material: 2.0.0-beta.2
@angular/platform-browser: 4.0.0
@angular/platform-browser-dynamic: 4.0.0
@angular/router: 4.0.0
@angular/cli: 1.0.0
@angular/compiler-cli: 4.0.0
Repro steps.
ng test -sm false
This should run tests without the source maps. However, we can still debug into source maps.
// As noted by @wardbell, also
The text was updated successfully, but these errors were encountered: