This commit is contained in:
Yuri Kuznetsov
2023-06-16 13:34:37 +03:00
parent f731419f86
commit de4c5d641d
+1 -3
View File
@@ -230,9 +230,7 @@
return 'client/lib/transpiled/src/' + id + '.js';
}
let arr = id.split(':');
let namePart = arr[1];
let mod = arr[0];
let [mod, namePart] = id.split(':');
if (mod === 'custom') {
return 'client/custom/src/' + namePart + '.js';