There was an error while loading. Please reload this page.
1 parent e15044f commit 9c36c08Copy full SHA for 9c36c08
1 file changed
lib/AmdMainTemplatePlugin.js
@@ -48,7 +48,7 @@ class AmdMainTemplatePlugin {
48
49
mainTemplate.plugin("hash", (hash) => {
50
hash.update("exports amd");
51
- hash.update(`${this.name}`);
+ hash.update(this.name);
52
});
53
}
54
0 commit comments