企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
Invalid options object. Dev Server has been initialized using an options object that does not match the API schema. - options has an unknown property 'progress'. 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?, setupExitSignals?, static?, watchFiles?, webSocketServer? } Invalid options object. Dev Server has been initialized using an options object that does not match the API schema. - options has an unknown property 'inline'. 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?, setupExitSignals?, static?, watchFiles?, webSocketServer? } ``` options has an unknown property 'progress'. These properties are valid ``` ``` options has an unknown property 'inline'. These properties are valid ``` ``` devServer:{ historyApiFallback:true, hot:true, inline:true, progress:true }, ``` ``` devServer: { historyApiFallback: true, hot: true, //inline: true, compress: true }, ```