8000
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 a24b971 commit e5196f5Copy full SHA for e5196f5
packages/@vue/cli-service/lib/commands/serve.js
@@ -162,6 +162,7 @@ module.exports = (api, options) => {
162
163
// create server
164
const server = new WebpackDevServer(compiler, Object.assign({
165
+ logLevel: 'silent',
166
clientLogLevel: 'silent',
167
historyApiFallback: {
168
disableDotRule: true,
@@ -170,7 +171,6 @@ module.exports = (api, options) => {
170
171
contentBase: api.resolve('public'),
172
watchContentBase: !isProduction,
173
hot: !isProduction,
- quiet: true,
174
compress: isProduction,
175
publicPath: options.publicPath,
176
overlay: isProduction // TODO disable this
0 commit comments