Claude
Skills
Sign in
Back

turbopack

Included with Lifetime
$97 forever

Turbopack configuration and Next.js integration.

Web Dev

What this skill does


# Turbopack Skill

Expert assistance for Turbopack configuration with Next.js.

## Capabilities

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

## Usage

```bash
next dev --turbo
```

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

## Target Processes

- nextjs-development
- build-optimization

Related in Web Dev