1.0.0 • Published 4 years ago

@mskelton/babel-config v1.0.0

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

@mskelton/babel-config

Build status All Contributors

Shared Babel config for my projects.

Installation

# Yarn
yarn add --dev @mskelton/babel-config

# npm
npm install --save-dev @mskelton/babel-config

After installing this package, install the required peer dependencies.

# Yarn
yarn add --dev @babel/core @babel/cli @babel/preset-env @babel/preset-typescript @babel/preset-react

# npm
npm install --save-dev @babel/core @babel/cli @babel/preset-env @babel/preset-typescript @babel/preset-react

Usage

In your project, create a file named babel.config.js with the following code. This will extend the Babel config that this package provides while still allowing custom overrides as required.

module.exports = {
  ...require('@mskelton/babel-config'),
  // Overrides
}

Contributors ✨

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!