You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
If I add
postcss-devtools
to thecss-loader
pipeline,text-table
(used by the formatter) throws the following error when compiling any CSS file: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: webpack-contrib/css-loader#124 (comment)
The text was updated successfully, but these errors were encountered: