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

174 Views Asked by At

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

1

There are 1 best solutions below

0
On BEST ANSWER

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