I am developing an old program with Node version 16. When I try to upgrade to use Webpack 5, I notice that the Node version dependency of webpack-dev-server@5
is 18. Why? Are there any features or breaking changes that we must have this limit?
I am developing an old program with Node version 16. When I try to upgrade to use Webpack 5, I notice that the Node version dependency of webpack-dev-server@5
is 18. Why? Are there any features or breaking changes that we must have this limit?