Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@devsht/babel-config

devsht14MIT1.0.2

Reusable Babel config

readme

@devsht/babel-config

Reusable Babel config with TypeScript & React support

Installation

npm i -D @devsht/babel-config

or

yarn add --dev @devsht/babel-config

Usage

Create a babel.config.json and add this package to the presets array.

{
    "presets": ["@devsht/babel-config"]
}