We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e875d2c commit 73ad2f8Copy full SHA for 73ad2f8
packages/@vue/cli-service/lib/config/base.js
@@ -122,7 +122,7 @@ module.exports = (api, options) => {
122
// fails to resolve a loader, so we provide custom handlers to improve it
123
const { transformer, formatter } = require('../webpack/resolveLoaderError')
124
webpackConfig
125
- .plugin('firendly-errors')
+ .plugin('friendly-errors')
126
.use(require('friendly-errors-webpack-plugin'), [{
127
additionalTransformers: [transformer],
128
additionalFormatters: [formatter]
0 commit comments