8000 chore(dev-server): set `clientLogLevel` option to `silent` (#4018) · vuejs/vue-cli@204e1fc · GitHub
[go: up one dir, main page]

Skip to content

Commit 204e1fc

Browse files
franciscobrbahaoqunjiang
authored andcommitted
chore(dev-server): set clientLogLevel option to silent (#4018)
The `none` option is deprecated and will be removed in the next major https://github.com/webpack/webpack-dev-server/pull/1901/files (cherry picked from commit edcce6a)
1 parent 70281be commit 204e1fc

File tree

1 file changed

+1
-1
lines changed
  • packages/@vue/cli-service/lib/commands

1 file changed

+1
-1
lines changed

packages/@vue/cli-service/lib/commands/serve.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ module.exports = (api, options) => {
136136

137137
// create server
138138
const server = new WebpackDevServer(compiler, Object.assign({
139-
clientLogLevel: 'none',
139+
clientLogLevel: 'silent',
140140
historyApiFallback: {
141141
disableDotRule: true,
142142
rewrites: genHistoryApiFallbackRewrites(options.publicPath, options.pages)

0 commit comments

Comments
 (0)
0