webpack-dev-server version #11252
Unanswered
matthughes
asked this question in
General
Replies: 1 comment 4 replies
-
See also #11239 Docusaurus v3 supports Node.js 18.0 Webpack Dev Server requires a newer minor version of v18, so depending on v5 means a breaking change that can only be done for Docusaurus v4, forcing some users to upgrade their Node.js version in CI/production. I could do like Astro and decide it's fine to upgrade to Node 20 considering Node 18 is now unsupported: https://astro.build/blog/astro-580/ But I think it won't be necessarily and the security patch is in the process of being backported from v5 to v4: webpack/webpack-dev-server#5514 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When creating a new project with 3.8.1 why does it use webpack-dev-server 4.x instead of 5.x when it uses web pack proper 5.x? There is a open CVE with server 4.x: https://security.snyk.io/package/npm/webpack-dev-server
Beta Was this translation helpful? Give feedback.
All reactions