There is a postcss.comment and a number of postcss.decl statements in src/core.js that are throwing away the original source information, causing errors with other plugins; specifically, postcss-copy. This took me pretty much all day to find and I have a fix coming in the form of a PR very soon.
There is a
postcss.comment
and a number ofpostcss.decl
statements insrc/core.js
that are throwing away the original source information, causing errors with other plugins; specifically,postcss-copy
. This took me pretty much all day to find and I have a fix coming in the form of a PR very soon.