Frontmatter
| id | 6838 |
| title | [v10] Move the __webpack_require__.p override inside main threads before the very first dynamic import |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Jun 18, 2025, 8:37 PM |
| updatedAt | Jun 18, 2025, 8:37 PM |
| githubUrl | https://github.com/neomjs/neo/issues/6838 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jun 18, 2025, 8:37 PM |
Main, the very first and only dynamic import code was for Main Thread Addons.main.DeltaUpdatessingleton dynamically imports DOM renderers.Neo.Main, it is crucial to move the override here.