Skip to content

bitwala/babel-preset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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 && git push --tags.

About

Bitwala babel preset

Resources

License

Stars

Watchers

Forks

Packages

No packages published