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
We are in the process of switching to using jsDelivr as a CDN for JS libraries instead of hosting them ourselves.
aurora.js is on jsDelivr as av, but jsDelivr complains that "Sadly, this package doesn't have a default file set." since v0.4.0. Their advice is:
This package doesn't have a default file set. You can set it via jsdelivr, browser, or main field in package.json
I see that in package.json there are already fields for both browser and main but these do not seem to result in a compiled, minified JS like the one on CDNjs.
Would it be possible to add a jsdelivr field to package.json so that jsDelivr is able to act as a CDN for any new versions?
The text was updated successfully, but these errors were encountered:
We are in the process of switching to using jsDelivr as a CDN for JS libraries instead of hosting them ourselves.
aurora.js is on jsDelivr as av, but jsDelivr complains that "Sadly, this package doesn't have a default file set." since v0.4.0. Their advice is:
I see that in
package.json
there are already fields for bothbrowser
andmain
but these do not seem to result in a compiled, minified JS like the one on CDNjs.Would it be possible to add a
jsdelivr
field topackage.json
so that jsDelivr is able to act as a CDN for any new versions?The text was updated successfully, but these errors were encountered: