1.1.0 • Published 6 years ago

@djbeaumont/babel-plugin-transform-i18n v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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']
});