1 parent 905e3d5 commit 874d087Copy full SHA for 874d087
1 file changed
lib/BannerPlugin.js
@@ -39,7 +39,7 @@ class BannerPlugin {
39
let basename;
40
let query = "";
41
let filename = file;
42
- const hash = compilation.hash;
+ const hash = compilation.hash;
43
const querySplit = filename.indexOf("?");
44
45
if(querySplit >= 0) {
0 commit comments