Generate a compressed archive of compiled assets
Archiver Webpack Plugin is a Webpack plugin designed of generating asset archives by using Archiver.
Webpack already have a plugin for archive generation called Compression Plugin but only handling what the Node.js crypto module has to offer, so no ability of creating zip archives.
Fortunately, Archiver can do that, so I created this Webpack plugin for my needs.