You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Right now it tries to pull dependencies from a CDN, it would be nice to be able to self bundle the related dependencies
Describe the solution you'd like
Able to completely disable the remote dependency pull
Describe alternatives you've considered
Seems like would have to do a bit of messy work to prevent the pull of dependencies from remote source
The text was updated successfully, but these errors were encountered:
Yeah, making this easier is on our roadmap. I think generally, though, that the requireLibrary function that this all runs on (the CDN, etc.) checks for the existence of a library on the globalThis before pulling from a CDN, and the CDN class itself has some helper methods that you can probably use to accomplish this. What dependencies were you trying to host yourself?
@brendanbond Hi, thanks for the response, I did come across that so thankfully eventually was able to communicate to formio that I had bootstrap and fontawesome already loaded in my app. However I am concerned if a new dependency comes around it would be a good idea to allow it to be an opt in dependency as it might not be a good surprise if it starts pulling from an external source when we update to the latest version for example so we can vet the related dependency.
Is your feature request related to a problem? Please describe.
Right now it tries to pull dependencies from a CDN, it would be nice to be able to self bundle the related dependencies
Describe the solution you'd like
Able to completely disable the remote dependency pull
Describe alternatives you've considered
Seems like would have to do a bit of messy work to prevent the pull of dependencies from remote source
The text was updated successfully, but these errors were encountered: