zip-webpack-assets-plugin
v1.0.1
Published
<div align="center"> <h1>Webpack Zip Plugin</h1> </div>
Maintainers
Readme
Installation Instructions
yarn add zip-webpack-assets-plugin
How to use?
const ZipPlugin = require('zip-webpack-assets-plugin');
new ZipPlugin({
include: [],
});