Skip to content

Commit 0e571c3

Browse files
committed
Added support for UMD loader
1 parent 6cd73d8 commit 0e571c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

umd/src/Define.ts

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ var define: IDefine = (
2929
}
3030
}
3131

32+
module ??= AmdLoader.current;
33+
3234
let requires = [];
3335

3436
if (typeof requiresOrFactory !== "function") {

0 commit comments

Comments
 (0)