webpack-zipalls-plugin

0.0.2 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    2
  • 0.0.1
    2

Package Sidebar

Install

npm i webpack-zipalls-plugin

Weekly Downloads

3

Version

0.0.2

License

MIT

Unpacked Size

4.55 kB

Total Files

4

Last publish

Collaborators

  • angusyang9