-
Notifications
You must be signed in to change notification settings - Fork 378
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
fix(builder): should not print file size of LICENSE.text #3746
fix(builder): should not print file size of LICENSE.text #3746
Conversation
🦋 Changeset detectedLatest commit: 9cccf0d The changes in this PR will be included in the next version bump. This PR includes changesets to release 208 packages
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 |
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #3746 +/- ##
==========================================
+ Coverage 57.59% 58.17% +0.57%
==========================================
Files 672 643 -29
Lines 17794 17190 -604
Branches 3876 3751 -125
==========================================
- Hits 10249 10000 -249
+ Misses 6934 6589 -345
+ Partials 611 601 -10 ☔ View full report in Codecov by Sentry. |
Summary
🤖 Generated by Copilot at 9cccf0d
This pull request fixes the issue of printing irrelevant file sizes of
LICENSE.txt
files in the@modern-js/builder
package. It updates thefilterAsset
function in thefileSize
plugin, adds a changeset file, and adds test cases for the fix.Details
🤖 Generated by Copilot at 9cccf0d
@modern-js/builder
package and the fix for the file size issue (link)filterAsset
function in thefileSize
plugin to exclude theLICENSE.txt
files from the assets (link)fileSize.test.ts
file to check thefilterAsset
function (link)Related Issue
Checklist
pnpm run change
.