Skip to content

Commit 198dd1b

Browse files
author
Guillaume Chau
committed
fix(throw error): enable stack when relevant
1 parent b73c243 commit 198dd1b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/vue-component/plugin/tag-handler.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ VueComponentTagHandler = class VueComponentTagHandler {
109109
lang,
110110
error: e,
111111
showError: true,
112+
showStack: true,
112113
})
113114
}
114115
}
@@ -220,6 +221,7 @@ VueComponentTagHandler = class VueComponentTagHandler {
220221
lang,
221222
error: e,
222223
showError: true,
224+
showStack: true,
223225
})
224226
}
225227
}
@@ -280,6 +282,7 @@ VueComponentTagHandler = class VueComponentTagHandler {
280282
lang,
281283
error: e,
282284
showError: true,
285+
showStack: true,
283286
})
284287
}
285288
}
@@ -297,6 +300,7 @@ VueComponentTagHandler = class VueComponentTagHandler {
297300
action: 'configuring PostCSS (custom configuration)',
298301
error: e,
299302
showError: true,
303+
showStack: true,
300304
})
301305
}
302306
let postcssOptions = Object.assign({
@@ -349,6 +353,7 @@ VueComponentTagHandler = class VueComponentTagHandler {
349353
action: 'compiling css modules',
350354
error: e,
351355
showError: true,
356+
showStack: true,
352357
})
353358
}
354359
} else {

0 commit comments

Comments
 (0)