Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
So apparently jsdelivr will minify the main entry file and add .min. in its name. Since we check for the name. And the minified file could saves a lot of bytes and improve parsing speed for the bundler.
So we would save this default file provided by jsdelivr, check with what's provided in main field
Relevant issue: jsdelivr/jsdelivr#18166
Update
So apparently jsdelivr will minify the
mainentry file and add.min.in its name. Since we check for the name. And the minified file could saves a lot of bytes and improve parsing speed for the bundler.So we would save this
defaultfile provided by jsdelivr, check with what's provided inmainfield