callstack / repack

A Webpack-based toolkit to build your React Native application with full support of Webpack ecosystem.
https://re-pack.dev
MIT License
1.48k stars 110 forks source link

fix: `sourceUrl` passed to eval for local and remote chunks #711

Closed jbroma closed 1 month ago

jbroma commented 3 months ago

Summary

Closes https://github.com/callstack/repack/issues/665

Test plan

n/a

changeset-bot[bot] commented 3 months ago

🦋 Changeset detected

Latest commit: 50aae057167e805208e81554e67bc58298c1bebc

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages | Name | Type | | ---------------------------- | ----- | | @callstack/repack | Patch | | @callstack/repack-dev-server | Patch | | @callstack/repack-init | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

vercel[bot] commented 3 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **repack-website** | ⬜️ Ignored ([Inspect](https://vercel.com/callstack-team/repack-website/HsLwoDxC79WCTFWHLr6TKvsNfw2s)) | [Visit Preview](https://repack-website-git-fix-source-url-callstack-team.vercel.app) | | Sep 30, 2024 1:31pm |
jbroma commented 3 months ago

needs more changes - mostly default name for output chunks so that everything stays in sync and can be properly parsed, postponed to v5

github-actions[bot] commented 2 months ago

This pull request has been marked as stale because it has been inactive for 60 days. Please update this pull request or it will be automatically closed in 14 days.

jbroma commented 1 month ago

merging as is, will most likely require an alignment in the future