Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(nextjs): Add --turbo support #17069

Merged
merged 1 commit into from May 18, 2023

Conversation

ndcunningham
Copy link
Contributor

@ndcunningham ndcunningham commented May 17, 2023

Passing --turbo should enable turbopack.
This is only available in dev mode

--turbo is still experimental and should not be used in Production

❯ npx nx start --turbo

> nx run next-turbo:start --turbo

> @next-turbo/source@0.0.0 start
> nx serve --turbo
> nx run next-turbo:serve:development --turbo
>>> TURBOPACK (beta)
Thank you for trying Next.js v13 with Turbopack! As a reminder,
Turbopack is currently in beta and not yet ready for production.
We appreciate your ongoing support as we work to make it ready
for everyone.

@vercel
Copy link

vercel bot commented May 17, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nx-dev ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 18, 2023 4:41pm

e2e/next/src/next.test.ts Outdated Show resolved Hide resolved
@ndcunningham ndcunningham self-assigned this May 18, 2023
@ndcunningham ndcunningham added the scope: nextjs Issues related to NextJS support for Nx label May 18, 2023
@ndcunningham ndcunningham merged commit 8ce9606 into nrwl:master May 18, 2023
16 checks passed
@ndcunningham ndcunningham deleted the feat/nextjs-turbo-support branch May 18, 2023 17:18
@github-actions
Copy link

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
scope: nextjs Issues related to NextJS support for Nx
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants