This commit is contained in:
Yuri Kuznetsov
2025-09-24 22:10:38 +03:00
parent 02fbda798f
commit aaf30cf694
+2 -2
View File
@@ -351,9 +351,9 @@
}
if (!id) {
console.error(value);
console.warn(`Lib without id.`);
// Libs can define w/o id and set to the root.
// Not supposed to happen as should be suppressed by require.amd = false;
// Not supposed to happen as should be suppressed by define.amd = false;
return;
}