LearnNewsExamplesServices
Frontmatter
id6838
title[v10] Move the __webpack_require__.p override inside main threads before the very first dynamic import
stateClosed
labels
bug
assigneestobiu
createdAtJun 18, 2025, 8:37 PM
updatedAtJun 18, 2025, 8:37 PM
githubUrlhttps://github.com/neomjs/neo/issues/6838
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJun 18, 2025, 8:37 PM

[v10] Move the webpack_require.p override inside main threads before the very first dynamic import

tobiu
tobiu commented on Jun 18, 2025, 8:37 PM
  • While I dislike that we need this "hack", it can not be helped with different folder structures for dist envs.
  • So far, inside Main, the very first and only dynamic import code was for Main Thread Addons.
  • Now, the new main.DeltaUpdates singleton dynamically imports DOM renderers.
  • Since this file is imported into Neo.Main, it is crucial to move the override here.
tobiu assigned to @tobiu on Jun 18, 2025, 8:37 PM
tobiu added the bug label on Jun 18, 2025, 8:37 PM
tobiu referenced in commit d8beede - "[v10] Move the webpack_require.p override inside main threads before the very first dynamic import #6838" on Jun 18, 2025, 8:37 PM
tobiu closed this issue on Jun 18, 2025, 8:37 PM