erikdesjardins / zip-webpack-plugin

Webpack plugin to zip up emitted files.
https://www.npmjs.com/package/zip-webpack-plugin
MIT License
106 stars 22 forks source link

Webpack 2 support #9

Closed pushplay closed 7 years ago

pushplay commented 7 years ago

Webpack 2 is out of beta. It would be great if this useful plugin supported it. I tested with webpack 2 in my own project and it seems to work. It could be as simple as running tests and fixing the peer dependency.

pushplay commented 7 years ago

Awesome! Thanks.