Files
30-seconds-of-code/node_modules/@comandeer/babel-plugin-banner

babel-plugin-banner Build Status Dependency Status devDependency Status

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 */"
    }]
  ]
}

License

See LICENSE file for details.