ng-annotate loader for webpack
require('ng-annotate!./file.js');
{
module: {
loaders: [
{ test: /\.js$/, loader: 'ng-annotate' }
]
}
}
require('ng-annotate!./file.js');
{
module: {
loaders: [
{ test: /\.js$/, loader: 'ng-annotate' }
]
}
}