Let's say I wanted to add a js library in a Suitel...
# general
b
Let's say I wanted to add a js library in a Suitelet such as https://github.com/exceljs/exceljs It has other dependencies, etc. How can I integrate the functionality of exceljs? Do I use Webpack and Babel to make it into one es5 js file? or how do I integrate a library?
e
You may have more luck asking this in #suitescript
👍 1