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.
1 parent 8d75f0e commit 31747c4Copy full SHA for 31747c4
index.js
@@ -42,7 +42,7 @@ CompressionPlugin.prototype.apply = function(compiler) {
42
file: file,
43
path: parse.pathname,
44
query: parse.query
45
- }
+ };
46
var newFile = this.asset.replace(/\{(file|path|query)\}/g, function(p0,p1) {
47
return sub[p1];
48
});
0 commit comments