mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-03-14 13:11:10 -05:00
fix(cli-service): drop webpack NoEmitOnErrorsPlugin usage (#3210)
This commit is contained in:
@@ -15,10 +15,6 @@ module.exports = (api, options) => {
|
||||
.output
|
||||
.globalObject('this')
|
||||
|
||||
webpackConfig
|
||||
.plugin('no-emit-on-errors')
|
||||
.use(require('webpack/lib/NoEmitOnErrorsPlugin'))
|
||||
|
||||
if (!process.env.VUE_CLI_TEST && options.devServer.progress !== false) {
|
||||
webpackConfig
|
||||
.plugin('progress')
|
||||
|
||||
Reference in New Issue
Block a user