I'm having a terrible time trying to get the momen...
# suitecommerce
c
I'm having a terrible time trying to get the moment library included in an extension. Has anyone else done this? It has to be something simple that I'm overlooking.
c
Catching up on it now. Thanks again, @Steve Goldberg.
GOT IT! 💥
netsuite halo 1
s
Who or what was the culrprit
c
I converted the libraries to AMD with a
define
s
💪🏻
m
Some libs are already umd compatible, you just need to add a name in define to make it amd compatible. This is needed because almond amd loader needs name modules and not url or path based.