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
Good point, it's not currently exposed. The best I can suggest right now would just be to copy and paste the implementation exactly.
Another question is, if I tried to implement own resolveLatestTarget, the TypeScript will give a warning "cannot assign this: Provider to this: Resolver". I'm really getting numb from TypeScript.
I wanna write a custom provider like unpkg.ts to use
vite-plugin-jspm
.But these code below cannot work:
Vite reported:
How to call
resolveLatestTarget
outside of@jspm/generator
?The text was updated successfully, but these errors were encountered: