Hello, I'm trying to import an external JS library...
# suitescript
j
Hello, I'm trying to import an external JS library, but unfortunately getting error:
MODULE_DOES_NOT_EXIST
. I was able to import libraries like papaparse before since it's just a single minified js file. But this time, the library is not CDN and uses NPM on the installation. Any luck or documentation to make the module work? TIA
b
depends on the library, but the general answer is usually a bundler browserify or webpack