Skip to content

Commit 9c36c08

Browse files
committed
Remove unnecessary backtick in AmdMainTemplatePlugin
1 parent e15044f commit 9c36c08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/AmdMainTemplatePlugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class AmdMainTemplatePlugin {
4848

4949
mainTemplate.plugin("hash", (hash) => {
5050
hash.update("exports amd");
51-
hash.update(`${this.name}`);
51+
hash.update(this.name);
5252
});
5353
}
5454
}

0 commit comments

Comments
 (0)