Skip to content

Commit

Permalink
Merge pull request #12 from robcresswell/feat/new-compression-plugin
Browse files Browse the repository at this point in the history
feat: Raise compression-webpack-plugin version
  • Loading branch information
robcresswell authored May 23, 2020
2 parents 2a6a834 + 897df4a commit e648c71
Show file tree
Hide file tree
Showing 2 changed files with 183 additions and 192 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"bugs": {
"url": "https://github.com/robcresswell/nuxt-compress/issues/new"
},
"engines": {
"node": ">= 10.13.0"
},
"keywords": [
"nuxt",
"nuxt.js",
Expand All @@ -26,6 +29,6 @@
"license": "MIT",
"dependencies": {
"brotli-webpack-plugin": "^1.1.0",
"compression-webpack-plugin": "^3.1.0"
"compression-webpack-plugin": "^4.0.0"
}
}
Loading

0 comments on commit e648c71

Please sign in to comment.