mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-24 08:08:54 -06:00
fix: fix friendly-error plugin name typo (#882)
This commit is contained in:
committed by
Evan You
parent
e875d2cb11
commit
73ad2f844b
@@ -122,7 +122,7 @@ module.exports = (api, options) => {
|
||||
// fails to resolve a loader, so we provide custom handlers to improve it
|
||||
const { transformer, formatter } = require('../webpack/resolveLoaderError')
|
||||
webpackConfig
|
||||
.plugin('firendly-errors')
|
||||
.plugin('friendly-errors')
|
||||
.use(require('friendly-errors-webpack-plugin'), [{
|
||||
additionalTransformers: [transformer],
|
||||
additionalFormatters: [formatter]
|
||||
|
||||
Reference in New Issue
Block a user