WebPack plugin that runs ng-annotate on your bundles
Based on ngmin-webpack-plugin
UsageIn webpack.config.js:
var webpack = require('webpack');
var ngAnnotatePlugin = require('ng-annotate-webpack-plugin');
Â
module.exports = {
   Â
    plugins: [
        new ngAnnotatePlugin({
            add: true,
           Â
        })
    ]
}
Â
If you are looking for a loader instead of a plugin, use ng-annotate-loader instead
Package Sidebar Installnpm i ng-annotate-webpack-plugin
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4