1 parent 38f9686 commit fc65d29Copy full SHA for fc65d29
1 file changed
lib/DelegatedModule.js
@@ -67,6 +67,8 @@ class DelegatedModule extends Module {
67
str += `[${JSON.stringify(this.request)}]`;
68
break;
69
}
70
+
71
+ str += ";";
72
73
74
if(this.useSourceMap) {
0 commit comments