Is there a way to include a single javascript file in a page, which in turn loads 1 or many node modules from an external source? that means it loads all JS and/or CSS files in that node module.
To say it in another way, I'd like users to include a single javascript file in their project, and that javascript file requires node modules to function. How do I achieve that?