supermemory
supermemory copied to clipboard
fix: Disable Million if turbopack is enabled
Do this until https://github.com/vercel/next.js/pull/68930 is published
Optimize Next.js Configuration for Development
Overview
This pull request optimizes the Next.js configuration for the web application, focusing on improving the development experience and enabling Turbopack support.
Changes
- Key Changes:
- Conditionally apply the MillionLint Next.js plugin when in development mode and Turbopack is not enabled.
- Enable the
rsc(React Server Components) option when using the MillionLint plugin. - Update the
eslintconfiguration to ignore linting errors during builds.
- New Features:
- Introduce support for Turbopack, a new fast bundler for Next.js, when the
TURBOPACKenvironment variable is set.
- Introduce support for Turbopack, a new fast bundler for Next.js, when the
- Refactoring:
- Reorganize the Next.js configuration to separate the base configuration from the development-specific configuration.
✨ Generated with love by Kaizen ❤️
Original Description
🔍 Code Review Summary
✅ All Clear: This commit looks good! 👍
📊 Stats
- Total Feedbacks: 0
- Suggested Refinements: 0
- Files Affected: 0
🏆 Code Quality
[█████████████████░░░] 85% (Good)
✨ Generated with love by Kaizen ❤️
Useful Commands
- Feedback: Reply with
!feedback [your message] - Ask PR: Reply with
!ask-pr [your question] - Review: Reply with
!review - Explain: Reply with
!explain [issue number]for more details on a specific issue - Ignore: Reply with
!ignore [issue number]to mark an issue as false positive - Update Tests: Reply with
!unittestto create a PR with test changes
@leerob after this is merged, can you please open the PR again for adding canary version of next 🙏
We had to revert commit because of something.