1.0.7 • Published 5 years ago

webpack-compression-plugin v1.0.7

Weekly downloads
7
License
ISC
Repository
github
Last release
5 years ago

Getting Started

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

$ npm install webpack-compression-plugin --save-dev

Then add the plugin to your webpack config. For example: webpack.config.js

const CompressionWebpackPlugin = require('webpack-compression-plugin');
module.exports = {
  plugins: [  new CompressionWebpackPlugin({
        originPath: `${__dirname}/build`,
        outputPath: `${__dirname}/build.zip`,
      })],
};
1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago