Skip to content

Commit 874d087

Browse files
committed
fix beautify errors
1 parent 905e3d5 commit 874d087

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/BannerPlugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class BannerPlugin {
3939
let basename;
4040
let query = "";
4141
let filename = file;
42-
const hash = compilation.hash;
42+
const hash = compilation.hash;
4343
const querySplit = filename.indexOf("?");
4444

4545
if(querySplit >= 0) {

0 commit comments

Comments
 (0)