@bizzy-phoenix/babel-preset-phoenix

1.0.14 • Public • Published

@bizzy-phoenix/babel-preset-phoenix

Babel preset standard for Bizzy Phoenix projects

version downloads lerna

How to install

$ yarn add @bizzy-phoenix/babel-preset-phoenix -D
# or
$ npm i @bizzy-phoenix/babel-preset-phoenix -D

Sample Usage

With .babelrc

{
  "presets": [
    [
      "@bizzy-phoenix/babel-preset-phoenix",
    ]
  ]
}

With babel.config.js

const config = require('@bizzy-phoenix/babel-preset-phoenix');

module.exports = (api) => {
  if (api) api.cache(true);
  return config();
};

Script for Development

# run eslint
$ yarn run lint

# run test
$ yarn run test

# run build
$ yarn run build

Bizzy Indonesia

Copyright © 2018 by Bizzy Engineering Team

Readme

Keywords

none

Package Sidebar

Install

npm i @bizzy-phoenix/babel-preset-phoenix

Weekly Downloads

1

Version

1.0.14

License

Apache-2.0

Unpacked Size

15 kB

Total Files

6

Last publish

Collaborators

  • radifan
  • syafrullah
  • irfan.maulana