ng-annotate-webpack-plugin

v0.2.0
webpack plugin that runs ng-annotate on your bundles
webpack ng-annotate angular

ng-annotate-webpack-plugin

WebPack plugin that runs ng-annotate on your bundles

Based on ngmin-webpack-plugin

Usage

In webpack.config.js:

var webpack = require('webpack');
var ngAnnotatePlugin = require('ng-annotate-webpack-plugin');

module.exports = {
    /// ... rest of config
    plugins: [
        new ngAnnotatePlugin({
            add: true,
            // other ng-annotate options here
        })
    ]
}

If you are looking for a loader instead of a plugin, use ng-annotate-loader instead

Metadata

  • MIT
  • Whatever
  • Chris Liechty
  • released 1/12/2017

Downloads