Frontmatter
| id | 5428 |
| title | Update the webpack server config to work with node v22.x |
| state | Closed |
| labels | bugenhancement |
| assignees | tobiu |
| createdAt | Jun 20, 2024, 12:01 PM |
| updatedAt | Jun 20, 2024, 12:02 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5428 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jun 20, 2024, 12:02 PM |
with node v22, the amount of internally used node_modules for build-script dependencies has grown a lot.
we need to disable the static file watching for it.