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 = ;var ngAnnotatePlugin = ; moduleexports = /// ... rest of config plugins: add: true // other ng-annotate options here
If you are looking for a loader instead of a plugin, use ng-annotate-loader instead