Skip to content

Commit

Permalink
fix: remove redundant chunkFilter (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dekkee committed May 4, 2020
1 parent 1f4812c commit 7220734
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ class TerserPlugin {
minify,
terserOptions = {},
test = /\.m?js(\?.*)?$/i,
chunkFilter = () => true,
warningsFilter = () => true,
extractComments = true,
sourceMap,
Expand All @@ -47,7 +46,6 @@ class TerserPlugin {

this.options = {
test,
chunkFilter,
warningsFilter,
extractComments,
sourceMap,
Expand Down

0 comments on commit 7220734

Please sign in to comment.