After upgrading my Angular version to the latest I have the error:
Content and Map of this Source is not available (only size() is supported)
Any helps would be appreciated cause there is not a lot of information about this issue.
After upgrading my Angular version to the latest I have the error:
Content and Map of this Source is not available (only size() is supported)
Any helps would be appreciated cause there is not a lot of information about this issue.
I have solved this problem by installing the 'source-map-support' npm package like so:
npm install source-map-support
Check out this link.