Frontmatter
| id | 1466 |
| title | Investigate webpack v5 chunk names |
| state | Closed |
| labels | discussionstale |
| assignees | [] |
| createdAt | Nov 30, 2020, 10:57 AM |
| updatedAt | Sep 27, 2024, 4:34 AM |
| githubUrl | https://github.com/neomjs/neo/issues/1466 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 27, 2024, 4:34 AM |
It seems to work fine in dist dev & prod, but I noticed that the chunk names in prod are no longer increasing the way they were before. There are pretty big gaps inside the numeric names.
v4:
v5:
It might be intentional and does not cause issues (except slightly longer file names).
Tagging Tobias @sokra to verify.
Tagging @h1b9b as well.
Thx for your input & best regards, Tobias