An opinionated Babel preset intended for use with the Turbo build system (likely Turborepo). Current version 0.0.6, last updated in 2018. No active maintenance or recent releases. Provides a minimal configuration for Babel-transpiled code in Turbo projects. Differentiates by being purpose-built for Turbo, but has been superseded by more comprehensive presets and official Turborepo tooling.
npm install babel-preset-turboVerified import paths — ran on the pinned version, not inferred.
Shows how to install and configure the preset in a Babel config file.
Use a modern preset like @babel/preset-env or @babel/preset-react with Turborepo.
Add required plugins manually or switch to a full-featured preset.
Use 'babel-preset-turbo' as a string in the presets array.
Run npm install --save-dev babel-preset-turbo
Use the preset name as a string: ["babel-preset-turbo"]