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 7147aab commit a23dd19Copy full SHA for a23dd19
packages/@vue/cli-service/lib/util/resolveLoaderError.js
@@ -27,7 +27,7 @@ exports.transformer = error => {
27
})
28
}
29
30
- // no match, unknown webpack error withotu a message.
+ // no match, unknown webpack error without a message.
31
// friendly-error-webpack-plugin fails to handle this.
32
if (!error.message) {
33
return Object.assign({}, error, {
0 commit comments