dynamic_library_loader
This module gives a UI to loading specific libraries on specific entities. For instance, have a paragraph that has css/js specific only to that paragraph? Attaching it to the twig template can be hit or miss, since that attaches the library after the global css gets aggregated. This module fixes that. It attaches the library when aggregating global libraries, reducing the chance of weird things like css not rendering.
Please keep in mind to use the machine names when creating the library entries in the form. You may select the entity type from a dropdown, but the other fields require machine names. See screenshot for what the config form looks like to add your libraries.
Previous versions of the module were dependent on the paragraphs module, but this is not the case anymore.
The form can be found in the admin menu, under Configuration>System
Right now, it allows for content types, taxonomy vocabulary, views, and paragraphs.