webpack-dist-zip

1.1.2 • Public • Published

webpack-dist-zip

About

This plugin zip your dist each time at the end of the build.

Installation

npm install --save-dev webpack-dist-zip

Usage

const WebpackDistZip = require('webpack-dist-zip');
const webpackConfig = {
    plugins: [
        new WebpackDistZip(),
    ],
};

module.exports = webpackConfig;

Options and Defaults (Optional)

new WebpackDistZip({
  // default
  entry: './dist',
  output: './dist.zip'
})

Readme

Keywords

Package Sidebar

Install

npm i webpack-dist-zip

Weekly Downloads

2

Version

1.1.2

License

MIT

Unpacked Size

10 kB

Total Files

4

Last publish

Collaborators

  • weizy