Skip to content

weidapao/webpack-dist-zip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published