babel-plugin-hello-world

1.0.0 • Public • Published

babel-plugin-hello-world

Extended plugin sample for Babel.

Installation

$ npm install babel-plugin-hello-world

Usage

Via .babelrc (Recommended)

.babelrc

{
  "plugins": ["hello-world"]
}

Via CLI

$ babel --plugins hello-world script.js

Via Node API

require('babel').transform('code', {
  plugins: ['hello-world']
});

Package Sidebar

Install

npm i babel-plugin-hello-world

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • rreverser