mirror of https://github.com/webpack/webpack.git
Remove unnecessary backtick in AmdMainTemplatePlugin
This commit is contained in:
parent
e15044f3f5
commit
9c36c08a69
|
|
@ -48,7 +48,7 @@ class AmdMainTemplatePlugin {
|
|||
|
||||
mainTemplate.plugin("hash", (hash) => {
|
||||
hash.update("exports amd");
|
||||
hash.update(`${this.name}`);
|
||||
hash.update(this.name);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue