Does anyone have a good example of how to include an amdconfig.json in a bundle? I need to make sure all the paths are correct and suspect a bundle installation script is going to be the way to accomplish this, but have never done one before.
m
michoel
01/27/2020, 10:25 PM
Can't you use relative paths?
👍 1
k
Kris Wood
01/27/2020, 11:38 PM
My bundle is using sweetalert2 for a dialog. When I use a relative path, the dialog doesn't pop up, but displays in the bottom of the page instead
Kris Wood
01/27/2020, 11:39 PM
if I keep it in /SuiteScripts/sweetalert2 it works fine