btford / ngmin

**deprecated** AngularJS Pre-minifier –> use ng-annotate –>
https://github.com/olov/ng-annotate
860 stars 42 forks source link

WebPack support #74

Closed gunta closed 10 years ago

gunta commented 10 years ago

Hi! I know it's quite new and very popular yet, but I would like to see support for WebPack.

https://github.com/webpack/webpack

btford commented 10 years ago

This could be implemented as a plugin using ngmin's programmatic API. I am not interested in writing or supporting such a plugin because I do not use webpack. But you (or anyone else) can write such a plugin, and I'd be happy to link to it from the README of this project.

jeffling commented 10 years ago

Hey @gunta, @btford, I ended up giving that a go since I couldn't find any existing plugin. https://github.com/jeffling/ngmin-webpack-plugin

I'm not exactly sure how to test it, maybe by copying your tests?