Skip to content

Commit e8da5a9

Browse files
authored
Merge branch 'next' into refactor/static-template
2 parents 16ee68b + 2a04521 commit e8da5a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/MainTemplate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ module.exports = class MainTemplate extends Tapable {
251251
buf.push(Template.asString(this.hooks.requireExtensions.call("", chunk, hash)));
252252
buf.push("");
253253
buf.push(Template.asString(this.hooks.startup.call("", chunk, hash)));
254-
let source = this.hooks.render.call(new OriginalSource(Template.prefix(buf, " \t") + "\n", `webpack/bootstrap ${hash}`), chunk, hash, moduleTemplate, dependencyTemplates);
254+
let source = this.hooks.render.call(new OriginalSource(Template.prefix(buf, " \t") + "\n", "webpack/bootstrap"), chunk, hash, moduleTemplate, dependencyTemplates);
255255
if(chunk.hasEntryModule()) {
256256
source = this.hooks.renderWithEntry.call(source, chunk, hash);
257257
}

0 commit comments

Comments
 (0)