@shaizei/babel-preset

This package contains shareable babel.js configuration used by the applications created with @shaizei/cli.

Usage no npm install needed!

<script type="module">
  import shaizeiBabelPreset from 'https://cdn.skypack.dev/@shaizei/babel-preset';
</script>

README

@shaizei/babel-preset

This package contains shareable babel.js configuration used by the applications created with @shaizei/cli.

Getting Started

1. Installation

Using Yarn:

  yarn add @shaizei/babel-preset --dev

Using npm:

  npm install @shaizei/babel-preset --save-dev

2. Usage

  • Create a new .babelrc file
  • Add @shaizei/babel-preset as follows:

For JavaScript projects:

  {
    "presets": "@shaizei/babel-preset"
  }

Override Default Config

If you want to override the default configuration, then extend .babelrc normally.

Naming Convention

Note that you can also create babel.config.js instead of .babelrc file.