Skip to content

node: use --require instead of -r#38

Merged
AprilArcus merged 1 commit intomainfrom
longhand-require-flag
Apr 16, 2026
Merged

node: use --require instead of -r#38
AprilArcus merged 1 commit intomainfrom
longhand-require-flag

Conversation

@AprilArcus
Copy link
Copy Markdown
Owner

This was necessary to unblock the @app/client "build" script under next 15. The problem was that next was parsing the CLI args and re-passing -r as --r, which node doesn't recognize. We update the other usages for consistency.

Unblocks Next.js 15.x

This was necessary to unblock the @app/client "build" script under next
15. The problem was that next was parsing the CLI args and re-passing -r
as --r, which node doesn't recognize. We update the other usages for
consistency.

Unblocks Next.js 15.x
@AprilArcus AprilArcus merged commit d68ba46 into main Apr 16, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant