andrey-skl / ng-annotate-loader

Webpack loader to annotate angular applications
MIT License
120 stars 28 forks source link

Plugin support #3

Closed aikoven closed 9 years ago

aikoven commented 9 years ago

First of all thank you for this loader, it's much more convenient than ng-annotate webpack plugin.

Could you please add support for ng-annotate plugins

ngAnnotate(src, {
    ...
    plugin: [somePlugin],
    ...
});

https://github.com/olov/ng-annotate#library-api

andrey-skl commented 9 years ago

@aikoven Thanks. I will try)

andrey-skl commented 9 years ago

@aikoven Fixed, please see the readme