Hi,
The UMD mechanism employed sets the AMD module name to "UUID", which prevents usage of pure-uuid as an anonymous module. I believe what you really want is to omit the module name, and either replace it with [] to signify no dependencies or to skip that argument altogether. Once I made that change locally, it worked fine.
Hi, The UMD mechanism employed sets the AMD module name to "UUID", which prevents usage of pure-uuid as an anonymous module. I believe what you really want is to omit the module name, and either replace it with [] to signify no dependencies or to skip that argument altogether. Once I made that change locally, it worked fine.