Skip to content

Commit

Permalink
fix: missing options include and exclude (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stavrus authored and evilebottnawi committed Jan 29, 2018
1 parent 5fb21d7 commit cc44bcb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/index.js
Expand Up @@ -16,7 +16,8 @@ class CompressionPlugin {
const {
asset = '[path].gz[query]',
test,
regExp,
include,
exclude,
algorithm = 'gzip',
filename = false,
compressionOptions = {},
Expand All @@ -29,7 +30,8 @@ class CompressionPlugin {
this.options = {
asset,
test,
regExp,
include,
exclude,
algorithm,
filename,
compressionOptions,
Expand Down

0 comments on commit cc44bcb

Please sign in to comment.