After update to angular 10. I got very much warnings about "Failed to parse SourceMap ... URL is not supported"
Example
WARNING in .../node_modules/ngx-mask/fesm2015/ngx-mask.js
Module Warning (from .../node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map: "ng:/ngx-mask/lib/ngx-mask.module.ts" URL is not supported
How i can disable this warning or fix this problem.
Hi @alexkpek, Kindly follow the issue template and provide all the required information together with a minimal reproduction.
Thanks
FWIW I got this as well after upgrading to angular 10 using ng update @angular/core @angular/cli
WARNING in ./node_modules/@ngx-translate/http-loader/__ivy_ngcc__/fesm2015/ngx-translate-http-loader.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map: "ng:/@ngx-translate/http-loader/lib/http-loader.ts" URL is not supported
I dont think its an angular problem, but I haven't found anything yet to help fix it either
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._
Most helpful comment
FWIW I got this as well after upgrading to angular 10 using ng update @angular/core @angular/cli
WARNING in ./node_modules/@ngx-translate/http-loader/__ivy_ngcc__/fesm2015/ngx-translate-http-loader.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map: "ng:/@ngx-translate/http-loader/lib/http-loader.ts" URL is not supported
I dont think its an angular problem, but I haven't found anything yet to help fix it either