https://github.com/gozeon/webpack-gzip-plugin
Gzip compression plug ins for webpack
https://github.com/gozeon/webpack-gzip-plugin
compression gzip plugin webpack
Last synced: 2 months ago
JSON representation
Gzip compression plug ins for webpack
- Host: GitHub
- URL: https://github.com/gozeon/webpack-gzip-plugin
- Owner: gozeon
- License: mit
- Created: 2017-11-06T03:17:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-07T03:51:15.000Z (over 8 years ago)
- Last Synced: 2025-01-26T16:13:40.487Z (over 1 year ago)
- Topics: compression, gzip, plugin, webpack
- Language: JavaScript
- Homepage: https://github.com/gozeon/webpack-gzip-plugin
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```
_ _ _ _ _
| | | | (_) | | (_)
__ _____| |__ _ __ __ _ ___| | ________ __ _ _____ _ __ ______ _ __ | |_ _ __ _ _ _ __
\ \ /\ / / _ \ '_ \| '_ \ / _` |/ __| |/ /______/ _` |_ / | '_ \______| '_ \| | | | |/ _` | | '_ \
\ V V / __/ |_) | |_) | (_| | (__| < | (_| |/ /| | |_) | | |_) | | |_| | (_| | | | | |
\_/\_/ \___|_.__/| .__/ \__,_|\___|_|\_\ \__, /___|_| .__/ | .__/|_|\__,_|\__, |_|_| |_|
| | __/ | | | | | __/ |
|_| |___/ |_| |_| |___/
```
[](https://travis-ci.org/gozeon/webpack-gzip-plugin)
# Usage
```bash
npm install webpack-gzip-plugin --save-dev
```
webpack.config.js
```javascript
const GzipPlugin = require('webpack-gzip-plugin');
plugins: [
new GzipPlugin();
]
```
# License
MIT