Skip to content

Commit 31747c4

Browse files
committed
Add missing semicolon
1 parent 8d75f0e commit 31747c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ CompressionPlugin.prototype.apply = function(compiler) {
4242
file: file,
4343
path: parse.pathname,
4444
query: parse.query
45-
}
45+
};
4646
var newFile = this.asset.replace(/\{(file|path|query)\}/g, function(p0,p1) {
4747
return sub[p1];
4848
});

0 commit comments

Comments
 (0)