File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ module.exports = {
230
230
} ,
231
231
{
232
232
name : 'watch-files' ,
233
- type : [ String ] ,
233
+ type : String ,
234
234
configs : [
235
235
{
236
236
type : 'string' ,
Original file line number Diff line number Diff line change 502
502
"setupExitSignals" : " should be {Boolean} (https://webpack.js.org/configuration/dev-server/#devserversetupexitsignals)" ,
503
503
"static" : " should be {Boolean|String|Object|Array} (https://webpack.js.org/configuration/dev-server/#devserverstatic)" ,
504
504
"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)"
506
506
}
507
507
},
508
508
"additionalProperties" : false
You can’t perform that action at this time.
0 commit comments