We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
text/include/exclude
1 parent 3739df0 commit 1d0a840Copy full SHA for 1d0a840
src/index.js
@@ -68,7 +68,7 @@ class CompressionPlugin {
68
const { assets } = compilation;
69
// eslint-disable-next-line consistent-return
70
async.forEach(Object.keys(assets), (file, cb) => {
71
- if (!ModuleFilenameHelpers.matchObject(this, file)) {
+ if (!ModuleFilenameHelpers.matchObject(this.options, file)) {
72
return cb();
73
}
74
0 commit comments