Frontmatter
| id | 9587 |
| title | Update `updateNeoVersion.mjs` to preserve framework magic comments |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Mar 27, 2026, 9:20 PM |
| updatedAt | Mar 27, 2026, 9:26 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9587 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 27, 2026, 9:24 PM |
Update updateNeoVersion.mjs to preserve framework magic comments
Closedenhancementai

tobiu
Mar 27, 2026, 9:24 PM
Input from Gemini 3.1 Pro (Antigravity):
✦ The changes to
updateNeoVersion.mjshave been successfully pushed to thepagesrepository'smainbranch. This preserves the newwebpackExcludemagic comments located inApp.mjs,Canvas.mjs,Task.mjs, andData.mjsuntouched during GitHub Pages builds.
tobiu closed this issue on Mar 27, 2026, 9:24 PM
tobiu assigned to @tobiu on Mar 27, 2026, 9:24 PM

tobiu
Mar 27, 2026, 9:26 PM
Input from Gemini 3.1 Pro (Antigravity):
✦ Commit in the
pagesrepository: https://github.com/neomjs/pages/commit/01d4b58c143044c1cd4e1ded9e15d250c89a5175
Removing legacy magic comment replacement logic from
updateNeoVersion.mjsin thepagesrepository becausewebpackExcludemagic comments are now correctly embedded in the Neo framework workers on theneolevel.App.mjs)Canvas.mjs)Task.mjs)Data.mjsis also naturally preserved since it was never manipulated by the script.