Skip to content

gozeon/webpack-gzip-plugin

Repository files navigation


               _                      _                    _                   _             _
              | |                    | |                  (_)                 | |           (_)
 __      _____| |__  _ __   __ _  ___| | ________ __ _ _____ _ __ ______ _ __ | |_   _  __ _ _ _ __
 \ \ /\ / / _ \ '_ \| '_ \ / _` |/ __| |/ /______/ _` |_  / | '_ \______| '_ \| | | | |/ _` | | '_ \
  \ V  V /  __/ |_) | |_) | (_| | (__|   <      | (_| |/ /| | |_) |     | |_) | | |_| | (_| | | | | |
   \_/\_/ \___|_.__/| .__/ \__,_|\___|_|\_\      \__, /___|_| .__/      | .__/|_|\__,_|\__, |_|_| |_|
                    | |                           __/ |     | |         | |             __/ |
                    |_|                          |___/      |_|         |_|            |___/

Build Status

Usage

npm install webpack-gzip-plugin --save-dev

webpack.config.js

const GzipPlugin = require('webpack-gzip-plugin');

plugins: [
  new GzipPlugin();
]

License

MIT

About

Gzip compression plug ins for webpack

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors