-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Hi 👋 ,
Thanks for working on bundlejs - really love the tool ❤️ .
We use it to show the bundle size in our readme at https://github.com/TanStack/query, which works great.
Lately, we've started to use pkg.pr.new from stackblitz for continuous builds of our PRs. I wanted to see if I can get a quick bundle size report for one of the PRs, but it doesn't work:
- export * from "@tanstack/react-query";
+ export * from "https://pkg.pr.new/@tanstack/react-query@7988";This yields the following error:
✘ [ERROR] Unexpected "\x1f"
I assume this is because the file that gets downloaded is a tarball. Here is a reproduction url:
It would be awesome if these preview builds could be somehow supported. Having this url as a dependency in a package.json works:
"@tanstack/react-query": "https://pkg.pr.new/@tanstack/react-query@7988"
thanks for considering this 🙏
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels