Skip to content

Commit

Permalink
fix(cli-service): drop webpack NoEmitOnErrorsPlugin usage (vuejs#3210)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkzing authored and haoqunjiang committed Dec 30, 2018
1 parent d7c8930 commit 300efa9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/@vue/cli-service/lib/config/dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 300efa9

Please sign in to comment.