Bundling External Libraries from Boilerplate/Cookiecutter Components Lib

Hey All -

Is there any guidance around bundling required NPM libraries into our common dash component libraries that where generated using the dash cookiecutter?

For Example - we want our report authors to have access to say Font Awesome via our component library but getting all the required js/css included in the generated output has become a challenge. Really looking for some sort of automated way of ensuring that upon build everything that is required is bundled.

Thanks!