0.1.0-alpha.4 • Published 5 years ago

@bilue/babel-preset v0.1.0-alpha.4

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Bilue Logo

@bilue/babel-preset

npm (scoped)

This package provides a shared base configuration for our various Babel presets.

Installation

# Yarn
yarn add --dev @bilue/babel-preset

# npm
npm save --dev @bilue/babel-preset

Usage

In your Babel configuration, usually a .babelrc file at the root of your project, add the following:

{
  "presets": ["@bilue/babel-preset"]
}

Features