We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7c8930 commit 300efa9Copy full SHA for 300efa9
packages/@vue/cli-service/lib/config/dev.js
@@ -15,10 +15,6 @@ module.exports = (api, options) => {
15
.output
16
.globalObject('this')
17
18
- webpackConfig
19
- .plugin('no-emit-on-errors')
20
- .use(require('webpack/lib/NoEmitOnErrorsPlugin'))
21
-
22
if (!process.env.VUE_CLI_TEST && options.devServer.progress !== false) {
23
webpackConfig
24
.plugin('progress')
0 commit comments