-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Clean sourcemaps from static output #12749
Conversation
🦋 Changeset detectedLatest commit: c9eda23 The changes in this PR will be included in the next version bump. 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 |
!preview clean-sm |
Snapshots have been released for the following packages:
Publish Log
Build Log
|
CodSpeed Performance ReportMerging #12749 will not alter performanceComparing Summary
|
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.
Changes to the logic LGTM!
Would be great to have a test that verifies that client-side sourcemaps still exist.
@matthewp ah perfect, thanks! I misread that assert call. |
* Clean sourcemaps from static output * Add changeset * Update test to look at frontend sourcemaps
* Clean sourcemaps from static output * Add changeset * Update test to look at frontend sourcemaps
* Revert "fix custom `assetFileNames` issue (#12449)" (#12746) * Revert "fix custom `assetFileNames` issue (#12449)" This reverts commit e6b8017. This change caused source maps to be left in the client folder, exposing them into the server. * Add changeset * Clean sourcemaps from static output (#12749) * Clean sourcemaps from static output * Add changeset * Update test to look at frontend sourcemaps * Revert "fix custom `assetFileNames` issue (#12449)" (#12746) * Revert "fix custom `assetFileNames` issue (#12449)" This reverts commit e6b8017. This change caused source maps to be left in the client folder, exposing them into the server. * Add changeset * Clean sourcemaps from static output (#12749) * Clean sourcemaps from static output * Add changeset * Update test to look at frontend sourcemaps * [ci] format * fix build * Skip experimental cc tests * remove unused params
Changes
.map
files created from server JavaScript output. Otherwise these are left in and expose server source code to the client.Testing
Docs
N/A, bug fix