1.0.0 • Published 10 years ago
babel-plugin-hello-world v1.0.0
babel-plugin-hello-world
Extended plugin sample for Babel.
Installation
$ npm install babel-plugin-hello-worldUsage
Via .babelrc (Recommended)
.babelrc
{
"plugins": ["hello-world"]
}Via CLI
$ babel --plugins hello-world script.jsVia Node API
require('babel').transform('code', {
plugins: ['hello-world']
});1.0.0
10 years ago