-
Notifications
You must be signed in to change notification settings - Fork 27.7k
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
Cleanup webpack sourcemap middleware source URL handling #75879
Merged
eps1lon
merged 1 commit into
canary
from
sebbie/02-10-cleanup_webpack_sourcemap_middleware_source_url_handling
Feb 13, 2025
Merged
Cleanup webpack sourcemap middleware source URL handling #75879
eps1lon
merged 1 commit into
canary
from
sebbie/02-10-cleanup_webpack_sourcemap_middleware_source_url_handling
Feb 13, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Stats from current PRDefault BuildGeneral
Client Bundles (main, webpack)
Legacy Client Bundles (polyfills)
Client Pages
Client Build Manifests
Rendered Page Sizes
Edge SSR bundle Size
Middleware size
Next Runtimes
build cache
Diff detailsDiff for main-HASH.jsDiff too large to display Diff for app-page-exp..ntime.dev.jsDiff too large to display Diff for app-page.runtime.dev.jsDiff too large to display |
c0ee52c
to
75a5bc8
Compare
d2e0086
to
642db76
Compare
75a5bc8
to
3f83cbd
Compare
eps1lon
commented
Feb 11, 2025
if (shouldIgnorePath(formattedFilePath)) { | ||
ignoreList.push(index) | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was unused. It moved into getIgnoredSources
a while ago.
3f83cbd
to
9134ad5
Compare
642db76
to
9f552f5
Compare
9134ad5
to
6b92e52
Compare
9f552f5
to
0111af7
Compare
0111af7
to
8357e2c
Compare
6b92e52
to
5bb8a9b
Compare
Tests Passed |
5bb8a9b
to
970903e
Compare
8357e2c
to
853feb0
Compare
853feb0
to
9d0b3ca
Compare
970903e
to
987179b
Compare
9d0b3ca
to
a88e242
Compare
09cf793
to
03c0d1d
Compare
a88e242
to
6e889f8
Compare
6e889f8
to
14334f7
Compare
03c0d1d
to
a935156
Compare
14334f7
to
2c166e5
Compare
c1265c5
to
7bf8676
Compare
2c166e5
to
0bd70b7
Compare
7bf8676
to
57c8d04
Compare
0bd70b7
to
8e06e42
Compare
8e06e42
to
2b9cecf
Compare
huozhi
approved these changes
Feb 12, 2025
Merge activity
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Mostly clarifying where we deal with source URLs instead of paths and remove some redundant or unused code.