vue项目配置 'overlay'报错

ValidationError: Invalid options object. Dev Server has been initialized using an options object that does not
match the API schema.
- options has an unknown property 'overlay'. These properties are valid:
object { allowedHosts?, bonjour?, client?, compress?, devMiddleware?, headers?, historyApiFallback?, host?,
hot?, http2?, https?, ipc?, liveReload?, magicHtml?, onAfterSetupMiddleware?, onBeforeSetupMiddleware?, onListening?, open?, port?, proxy?, server?, setupExitSignals?, static?, watchFiles?,

img

img

看报错是不支持这个 overlay属性 你是 vue 几? 应该跟版本有关 webpack或者vue版本
https://blog.csdn.net/weixin_44869002/article/details/105864712?utm_medium=distribute.pc_aggpage_search_result.none-task-blog-2~aggregatepage~first_rank_ecpm_v1~rank_v31_ecpm-1-105864712.pc_agg_new_rank&utm_term=vue%E7%9A%84devServer%E7%9A%84overlay%E5%B1%9E%E6%80%A7&spm=1000.2123.3001.4430

能问最后怎么解决的?