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
Polestar should include a default Fetcher, implemented using babel, babel-plugin-detective, and which fetches packages from unpkg.
This is a lot of code, so it should probably live in a separate package. It also makes sense to keep it separate so that you can decide on your own caching strategy.
I'm finally adding this because I just ran into an issue in my own fetcher where nested package.json files like https://unpkg.com/browse/dom-helpers@5.1.0/removeClass/package.json don't work, and while I can fix this myself, I think it may make sense to share this code between everyone using Polestar.
Polestar should include a default Fetcher, implemented using babel, babel-plugin-detective, and which fetches packages from unpkg.
This is a lot of code, so it should probably live in a separate package. It also makes sense to keep it separate so that you can decide on your own caching strategy.
I'm finally adding this because I just ran into an issue in my own fetcher where nested package.json files like https://unpkg.com/browse/dom-helpers@5.1.0/removeClass/package.json don't work, and while I can fix this myself, I think it may make sense to share this code between everyone using Polestar.
cc @nickjanssen
The text was updated successfully, but these errors were encountered: