On Sat, Dec 19, 2020 at 8:08 pm, Pirate Praveen <prav...@onenetbeyond.org> wrote:
I think the issue is likely caused by incompatible version of postcss. I'm trying if updating postcss fixes the issue.
Some dependencies of node-css-loader need node-postcss 8 where as node-css-loader itself need an update to use node-postcss 8. So it will take a while to untangle this mess.
On the brighter side, we have jest packaged so in future we can detect such problems before they are uploaded (we did not have tests enabled in these pckages because jest was not packaged).