Socket
Socket
Sign inDemoInstall

@bizzy-phoenix/babel-preset-phoenix

Package Overview
Dependencies
196
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @bizzy-phoenix/babel-preset-phoenix

Babel preset standard for Bizzy Phoenix projects - Part of Bizzy Common Web


Version published
Weekly downloads
2
decreased by-66.67%
Maintainers
2
Install size
11.6 MB
Created
Weekly downloads
 

Readme

Source

@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

FAQs

Last updated on 14 Mar 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc