vuejs / devtools-v6

⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools-v6.vuejs.org/
MIT License
24.68k stars 4.15k forks source link

docs: modify to conform to the API of webpack-dev-server v5 #2178

Closed kawamataryo closed 3 months ago

kawamataryo commented 3 months ago

Description

The before option was based on webpack-dev-server v3, so I updated it to the latest v5 API.

https://webpack.js.org/configuration/dev-server/#devserversetupmiddlewares

Additional context


What is the purpose of this pull request?

Before submitting the PR, please make sure you do the following