@bitwala/babel-preset

0.2.0 • Public • Published

@bitwala/babel-preset

npm version npm monthly downloads

Bitwala babel preset.

Installation

Using npm:

npm install --save-dev --save-exact @bitwala/babel-preset

or using yarn:

yarn add --dev --exact @bitwala/babel-preset

Usage

Create a new babel.config.js for your project and add the following configuration:

module.exports = {
  presets: ["@bitwala/babel-preset"],
};

If you want to use the serverless preset, use the following configuration:

module.exports = {
  presets: ["@bitwala/babel-preset/serverless"],
};

Create a new release

  1. Edit the version in the package.json file.
  2. git add package.json.
  3. Commit the changes git commit -m vx.x.x.
  4. Create a new git tag git tag -a vx.x.x -m vx.x.x.
  5. Run yarn npm publish to publish the package to the registry.
  6. Push the changes git push --tags.

Readme

Keywords

none

Package Sidebar

Install

npm i @bitwala/babel-preset

Weekly Downloads

5

Version

0.2.0

License

none

Unpacked Size

3.92 kB

Total Files

5

Last publish

Collaborators

  • emilvr
  • yogiben
  • leopradel
  • emilio-bitwala