Relative Content

Tag Archive for node.jswebpackwebpack-dev-serverwebpack-5

Why does webpack-dev-server@5 need at least Node 18?

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?