Feature to document
This is a documentation clarity improvement for the Node.js version requirement mentioned in the Webpack 5 docs.
No related feature PR.
N/A
Author(s)
N/A — this is a minor documentation clarification.
Additional information
Current text:
"Webpack 5 runs on Node.js version 10.13.0+."
The + symbol can be unclear for new users, as it is not the standard way to express minimum version requirements in official documentation. This might confuse beginners about compatibility.
Suggested change:
"Webpack 5 requires Node.js version 10.13.0 or later."
I am willing to work on this issue and submit a pull request.