I live!
Had an issue with an over-eager special case (the line I changed matched on cdn.jsdelivr.net/npm/vue@2.5/dist/vue.js , which resulted in the version ID that was sent to the setLastVersion being simply "s", which didn't match any of the Vue interceptors and resulted in "false" being returned, so the redirect was to resources/vue/false/vue.min.jsm, which is obviously nonsense). I tested on both the original website reported in the issue that prompted this special case and the site which I had my issue with: both worked great.
The change I was talking about making a few months ago would have prevented this (or, rather, made the failure loud instead of silent), but I never got around to it. Accept this fix in the stead of that: I might still get around to it, but not now.
I live!
Had an issue with an over-eager special case (the line I changed matched on cdn.jsdelivr.net/npm/vue@2.5/dist/vue.js , which resulted in the version ID that was sent to the setLastVersion being simply "s", which didn't match any of the Vue interceptors and resulted in "false" being returned, so the redirect was to resources/vue/false/vue.min.jsm, which is obviously nonsense). I tested on both the original website reported in the issue that prompted this special case and the site which I had my issue with: both worked great.
The change I was talking about making a few months ago would have prevented this (or, rather, made the failure loud instead of silent), but I never got around to it. Accept this fix in the stead of that: I might still get around to it, but not now.