Skip to content

Experimental turbopack dev mode #335

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

Merged
merged 21 commits into from
Jan 17, 2025
Merged

Experimental turbopack dev mode #335

merged 21 commits into from
Jan 17, 2025

Conversation

agualis
Copy link
Collaborator

@agualis agualis commented Dec 17, 2024

Dependency updates and minimum fixes to make turbopack work.

Just run pnpm run dev:turbopack (or pnpm run dev:beets:turbopack) and enjoy the new DX 🚀

Added scripts and readme to use this option as an experimental feature with some issues:

  • There is a hydration error.
  • Sentry does not in turbopack mode but will keep on working as always in dev and build, webpack based, modes.
  • There are deprecation warnings in style foundations. They are only happening in turbopack mode (not in webpack mode) so we can ignore them for now)

Note that turbopack is not ready for builds so we need to keep the current webpack config for builds.

Copy link

vercel bot commented Dec 17, 2024

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

Name Status Preview Comments Updated (UTC)
mono-beets-test-v3 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 17, 2025 11:02am
mono-beets-v3 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 17, 2025 11:02am
mono-frontend-v3 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 17, 2025 11:02am
mono-test-v3 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 17, 2025 11:02am

Copy link
Contributor

@garethfuller garethfuller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They hydration error is an issue in Chakra itself. This PR is blocked unless we can upgrade chakra to fix it.
Screenshot 2024-12-20 at 09 55 12

@garethfuller garethfuller marked this pull request as draft December 20, 2024 09:55
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.

Setup turbopack to improve DX
4 participants