-
Notifications
You must be signed in to change notification settings - Fork 110
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
enableSourceMaps is not working in firefox #227
Comments
EDIT : Editing my response as I missunderstood According to @Jonesie the I'll dive into this and see how we can fix it |
Also worth noting, I had ngx-logger before NG 11 but it wasnt configured or used correct so probably nothing to do with the NG 11 update. Maybe. |
Ok just tested on last version of firefox (85.0.2) and I get the same results so I renamed your issue (It's working fine on Chrome and Edge) |
Fixes #227 enableSourceMaps is not working in firefox
Nice work! Thank you :) |
Oh, actually, I don't think it's fixed. I updated to 4.2.0 using FF 85.0.2 and still the same console error :/ I can deploy my test site again later. |
It's normal it was not part of the last publish, @qortex is on the next publish If you want the fix faster, you need to checkout the repo and build it yourself so you can ref the package locally |
Ok, no worries. I'll be more patient :) |
In FireFox Im seeing mangled requests to main.map in the console. Works ok in Chrome. According to the angular people, this is coming from ngx-logger. Not a show stopped but strange.
See angular/angular-cli#20085
The text was updated successfully, but these errors were encountered: