turbo icon indicating copy to clipboard operation
turbo copied to clipboard

Incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust – including Turbopack and Turborepo.

Results 718 turbo issues
Sort by recently updated
recently updated
newest added

### What version of Turborepo are you using? 1.3.1 ### What package manager are you using / does the bug impact? Yarn v1 ### What operating system are you using?...

examples

### Describe the feature you'd like to request We have two main types of workspaces in our monorepo: packages and microfrontends. These two types each require different `dependsOn` configurations, but...

### Describe the feature you'd like to request In the canonical example, `turbo run dev --parallel --no-cache` is used for development. However, `--parallel` will build dependent tasks in parallel too,...

### What version of Turborepo are you using? 1.0.24 ### What package manager are you using / does the bug impact? Yarn v1 ### What operating system are you using?...

### What version of Turborepo are you using? 1.1.10 ### What package manager are you using / does the bug impact? npm ### What operating system are you using? Mac...

### What version of Turborepo are you using? latest ### What package manager are you using / does the bug impact? pnpm ### What operating system are you using? Mac...

### Describe the feature you'd like to request Being able to build with dependency graph is cool. But what if, in a big repo with many different projects, I'd only...

### Describe the feature you'd like to request I have a big pnpm monorepo, with tens of packages which I need to transpile from .ts to .js before developing (simply...

### Describe the feature you'd like to request I've been thinking about this for some time now. The idea keeps nagging me. Imagine - I have a `dts` task that...

story

### Describe the feature you'd like to request With pnpm (and possibly other package managers too), every time a new workspace package is added, the lock file changes and the...