1.0.7 • Published 4 years ago

webpack-compression-plugin v1.0.7

Weekly downloads
7
License
ISC
Repository
github
Last release
4 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

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago