1.1.2 • Published 4 years ago

webpack-dist-zip v1.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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'
})
1.1.1

4 years ago

1.1.2

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago