We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd0a7b8 commit b69b793Copy full SHA for b69b793
index.js
@@ -74,7 +74,7 @@ module.exports = function (processors, options) {
74
}
75
76
function handleError (error) {
77
- var errorOptions = { fileName: file.path }
+ var errorOptions = { fileName: file.path, showStack: true }
78
if (error.name === 'CssSyntaxError') {
79
error = error.message + error.showSourceCode()
80
errorOptions.showStack = false
0 commit comments