Skip to content

imyangyong/webpack-zipalls-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpack-zipalls-plugin

npm Coverage Status npm

Webpack 4 plugin to zip all output files.

Getting Started

To begin, you'll need to install webpack-zipalls-plugin:

npm install webpack-zipalls-plugin -D

Config

Add the plugin to your webpack config. For example:

webpack.config.js

module.exports = {
  plugins: [
    new WebpackZipallsPlugin({
      filename: 'bundle'
    })
  ]
};

then the bundle.zip file will be in the webpack output root directory.

License

MIT

About

Webpack plugin to zip all output files.

Resources

License

Stars

Watchers

Forks

Packages

No packages published