ValidationError: Invalid options object Dev Server – Webpack 5
Today while updating Webpack 4 to 5, got below error:ValidationError: Invalid options object Dev Server has been initiated using an options object that does not match the API schema. After some analysis 🔎, found that there are changes in the options we provide to Webpack Dev Server in Webpack 5.🕵️♂️ Invalid options object Dev Server …
ValidationError: Invalid options object Dev Server – Webpack 5 Read More »