ng-annotate-webpack-plugin

0.3.0 • Public • Published

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

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i ng-annotate-webpack-plugin

    Weekly Downloads

    8,955

    Version

    0.3.0

    License

    MIT

    Unpacked Size

    4.49 kB

    Total Files

    4

    Last publish

    Collaborators

    • cliechty
    • jeffling