Angular 12 Content and Map of this Source is not available (only size() is supported)

Viewed 1582

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.

1 Answers

I have solved this problem by installing the 'source-map-support' npm package like so:

npm install source-map-support

Check out this link.

Related