-
Notifications
You must be signed in to change notification settings - Fork 12k
Not working sourcemap + karma #7987
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
Comments
Thanks for reporting this issue. However, you didn't provide sufficient information for us to understand and reproduce the problem. Please check out our submission guidelines to understand why we can't act on issues that are lacking important information. If the problem persists, please file a new issue and ensure you provide all of the required information when filling out the issue template. |
@filipesilva Are you kidding me? If the creators of cli have never written tests with its application, then I will not use this shit and I will not advise others. Information is scarce ... NPM TEST and write a test with output to the console. Or do you want something I describe + its solution? Is it too difficult for you to do it? |
Heya, it seems that the answer I gave has upset you. I'm sorry about that. But it really is important to fill in the issue template. The link in my response explains why.
I understand the problem you are describing and it's something that I've worked on a lot in Angular CLI. But if you don't provide important details like the CLI version you're using, and how you're getting that result, I won't be able to zone in on the problem. For instance, it's not the first time we've had problems with sourcemaps on karma. This has happened in the past with older versions. Maybe you're using an older version of the CLI where that problem was known, and it's enough to update to fix it. Or maybe the command you're using includes So without that information I'd have to spend a lot of hours trying out all combinations of these things to try and get to the problem you're having. but it would have been really fast if you had taken a few minutes to fill in the issue template. Regarding |
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. |
If you write in the project
console.log('...')
, the browser shows... context.js:0
Why sourcemap not working? Karma exist karma-sourcemap-loader, why are You not using it?
The text was updated successfully, but these errors were encountered: