angularjspostcss-cli

postcss -u autoprefixer Error: Unsupported source map encoding charset=utf-8


I am getting Unsupported source map encoding charset=utf-8 for angular build, while using postcss -u autoprefixer to my angular js project. Please suggest me, what might be the issue.

Using postcss-cli: 2.4.0 version


Solution

  • I updated the version of postcss l, postcss-cli and autopixer to 8.1.0 which supports utf-8 charset then it started working.