If I want to use an external library in SS2 that h...
# suitescript
j
If I want to use an external library in SS2 that has a dependency on jQuery (e.g. data tables) can I just add the library in my define call or do I need to do anything else?
b
you probably need to do something else
your external library probably expects jQuery to be named module
you would need to use a require config
✔️ 1
j
Cheers, @battk I'll try and add to the config