npm.io
5.0.0 • Published 7 years ago

@comandeer/babel-plugin-banner

Licence
MIT
Version
5.0.0
Deps
0
Size
13 kB
Vulns
0
Weekly
0
Stars
6

@comandeer/babel-plugin-banner

Build Status Dependency Status devDependency Status npm (scoped) Greenkeeper badge

Prepends given comment to the beginning of babelified code.

Installation

npm install @comandeer/babel-plugin-banner [--save-dev]

Usage

{
  "presets": ["es2015"],
  "plugins": [
    ["@comandeer/babel-plugin-banner", {
      "banner": "/*! Some nice comment */"
    }]
  ]
}

Available options:

  • banner: content of the banner comment; must be a valid JS comment.

License

See LICENSE file for details.

Keywords