Skip to content

Commit 12f045f

Browse files
fix: code
1 parent e6407f5 commit 12f045f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/cli-flags.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ module.exports = {
230230
},
231231
{
232232
name: 'watch-files',
233-
type: [String],
233+
type: String,
234234
configs: [
235235
{
236236
type: 'string',

lib/options.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@
502502
"setupExitSignals": "should be {Boolean} (https://webpack.js.org/configuration/dev-server/#devserversetupexitsignals)",
503503
"static": "should be {Boolean|String|Object|Array} (https://webpack.js.org/configuration/dev-server/#devserverstatic)",
504504
"transportMode": "should be {String|Object} (https://webpack.js.org/configuration/dev-server/#devservertransportmode)",
505-
"watchFiles": "should be {String|Array} (https://webpack.js.org/configuration/dev-server/#devserverwatchfiles)"
505+
"watchFiles": "should be {String|Array|Object} (https://webpack.js.org/configuration/dev-server/#devserverwatchfiles)"
506506
}
507507
},
508508
"additionalProperties": false

0 commit comments

Comments
 (0)