Deploy to jsdelivr
brauliobo opened this issue · 3 comments
brauliobo commented
So that users can easily load it from a CDN ;)
MartinKolarik commented
@jsdelivrbot npm promise-polyfill
jsdelivrbot commented
Browse the CDN files https://cdn.jsdelivr.net/npm/promise-polyfill/
Load the main file https://cdn.jsdelivr.net/npm/promise-polyfill@6.0.2
Make sure you configure the default file correctly. You can use "jsdelivr" or "cdn" in package.json to set the correct CDN file.
Version aliasing to latest major release https://cdn.jsdelivr.net/npm/promise-polyfill@6
Add .min. to files to auto-minify.
taylorhakes commented
Thanks