fly-ng-annotate

0.0.1 • Public • Published

ngAnnotate plugin for Fly.

npm package

Usage

Check out the documentation to see the available options.

Install

npm install -D fly-ng-annotate

Example

export build = function* () {
  yield this
    .source("src/**/*.js")
    .ngAnnotate({...})
    .target("dist/")
}

License

MIT © Dmitriy Kharchenko et al

/fly-ng-annotate/

    Package Sidebar

    Install

    npm i fly-ng-annotate

    Weekly Downloads

    0

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • dmitriykharchenko