-
Notifications
You must be signed in to change notification settings - Fork 817
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Source map support for injectManifest makes incorrect assumptions #3233
Comments
Looks like support exists but there are bugs in the implementation. I commented on the original PR. For my case, it is appearing as if there is no support because the original source map is just being overwritten rather than writing a new one with the new filename and updating the URL. |
Hi there, Workbox is moving to a new engineering team within Google. As part of this move, we're declaring a partial bug bankruptcy to allow the new team to start fresh. We realize this isn't optimal, but realistically, this is the only way we see it working. For transparency, here're the criteria we applied:
Thanks, and we hope for your understanding! |
@tomayac sorry I don't understand the closing issues move at all. I don't think an "if I don't see it it doesn't exist" strategy works in software development (or anywhere in life for that matter). The code hadn't been touched in almost a year, so why would issues filed within that time be stale or otherwise worthy of closing without actual triage? This problem exists and there's a PR to fix it, so am I just supposed to open a new one just to be in 2024? |
Sorry, looks like this should not have been closed since it has an active PR. Reopening. |
Thank you. I updated the PR with the recent changes so the test workflow can be run. |
Library Affected:
workbox-build
Browser & Platform:
n/a
Issue or Feature Request Description:
It looks like source map support was added for the Webpack plugin in #2239 when injecting the manifest. However, there is no such support for the
injectManifest
method in the workbox-build package. It would be helpful if the same code could be applied there, i.e. if a source map exists forswSrc
then write an adjusted one forswDest
.The text was updated successfully, but these errors were encountered: