ng-annotate loader for webpack Usage require('ng-annotate!./file.js'); Documentation: Using loaders Recommended configuration { module: { loaders: [ { test: /\.js$/, loader: 'ng-annotate' } ] } } License MIT (http://www.opensource.org/licenses/mit-license.php)