https://netsuiteprofessionals.com logo
Title
j

jmacdonald

03/18/2019, 2:56 PM
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

battk

03/18/2019, 3:12 PM
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

jmacdonald

03/18/2019, 3:36 PM
Cheers, @battk I'll try and add to the config