supermemory icon indicating copy to clipboard operation
supermemory copied to clipboard

fix: Disable Million if turbopack is enabled

Open aidenybai opened this issue 1 year ago • 1 comments

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 eslint configuration to ignore linting errors during builds.
  • New Features:
    • Introduce support for Turbopack, a new fast bundler for Next.js, when the TURBOPACK environment variable is set.
  • Refactoring:
    • Reorganize the Next.js configuration to separate the base configuration from the development-specific configuration.

✨ Generated with love by Kaizen ❤️

Original Description

aidenybai avatar Aug 20 '24 01:08 aidenybai

🔍 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 !unittest to create a PR with test changes

kaizen-bot[bot] avatar Aug 20 '24 01:08 kaizen-bot[bot]

@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.

Dhravya avatar Aug 22 '24 23:08 Dhravya