Назад към всички

turbopack

// Turbopack configuration and Next.js integration.

$ git log --oneline --stat
stars:384
forks:73
updated:March 4, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
nameturbopack
descriptionTurbopack configuration and Next.js integration.
allowed-toolsRead, Write, Edit, Bash, Glob, Grep

Turbopack Skill

Expert assistance for Turbopack configuration with Next.js.

Capabilities

  • Configure Turbopack
  • Optimize for Next.js
  • Handle custom configuration
  • Debug build issues

Usage

next dev --turbo
// next.config.js
module.exports = {
  experimental: {
    turbo: {
      rules: {
        '*.svg': {
          loaders: ['@svgr/webpack'],
          as: '*.js',
        },
      },
    },
  },
};

Target Processes

  • nextjs-development
  • build-optimization