Skip to content

Commit 300efa9

Browse files
jkzinghaoqunjiang
authored andcommitted
fix(cli-service): drop webpack NoEmitOnErrorsPlugin usage (#3210)
1 parent d7c8930 commit 300efa9

File tree

1 file changed

+0
-4
lines changed
  • packages/@vue/cli-service/lib/config

1 file changed

+0
-4
lines changed

packages/@vue/cli-service/lib/config/dev.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ module.exports = (api, options) => {
1515
.output
1616
.globalObject('this')
1717

18-
webpackConfig
19-
.plugin('no-emit-on-errors')
20-
.use(require('webpack/lib/NoEmitOnErrorsPlugin'))
21-
2218
if (!process.env.VUE_CLI_TEST && options.devServer.progress !== false) {
2319
webpackConfig
2420
.plugin('progress')

0 commit comments

Comments
 (0)