postcss-devtools
postcss-devtools copied to clipboard
Formatter passing undefined rows to text-table
If I add postcss-devtools to the css-loader pipeline, text-table (used by the formatter) throws the following error when compiling any CSS file:
Module build failed: TypeError: Cannot read property 'length' of undefined
It looks like the formatter is passing undefined rows to text-table. I unfortunately don't know enough about the postcss architecture to dig much deeper, but all of the plugins in the pipeline seem to be using the 5.0 API, so this appears to be a bug in postcss-devtools.
Ref: https://github.com/webpack/css-loader/issues/124#issuecomment-204193809
Hi, sorry for the delay. 😄
Does this issue still occur with the 1.1.1 release? If so I'll need a bit more information on how to reproduce this.