-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
We'll be using your package in one of our project.
However, I've discovered that this package will inject a <style> element in the <head>, pointing to jsdelivr CDN.
We're not big fans of using external resources for various reasons (mainly availability and security).
Proposed change
- Add an option named
disableCDN(bool) orstylesheetBaseURL(string|false), which would disable auto inserting of<link>element, or point it to a custom CDN. - Add
load-awesometo thepackage.json'speerDependencieselement, skipping its installation by default if users want to use a CDN
Metadata
Metadata
Assignees
Labels
No labels