Skip to content

perf: reduce output for missing import.meta.env properties#20289

Merged
alexander-akait merged 5 commits intomainfrom
perf/metaEnv
Jan 12, 2026
Merged

perf: reduce output for missing import.meta.env properties#20289
alexander-akait merged 5 commits intomainfrom
perf/metaEnv

Conversation

@xiaoxiaojx
Copy link
Member

@xiaoxiaojx xiaoxiaojx commented Jan 7, 2026

Summary
Fixed webpack/security/advisories/GHSA-wcwh-rqmx-59w4

+ if (undefined){}
- if ({"TERM_PROGRAM":"vscode","NODE":"/usr/local/bin/node", ...}.UNKNOWN_PROPERTY){}

What kind of change does this PR introduce?
perf

Did you add tests for your changes?
Yes

Does this PR introduce a breaking change?
No

If relevant, what needs to be documented once your changes are merged or what have you already documented?
Nothing

@changeset-bot
Copy link

changeset-bot bot commented Jan 7, 2026

🦋 Changeset detected

Latest commit: 5dcf213

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

This PR includes changesets to release 1 package
Name Type
webpack 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

@github-actions
Copy link
Contributor

github-actions bot commented Jan 7, 2026

This PR is packaged and the instant preview is available (a867eb0).

Install it locally:

  • npm
npm i -D webpack@https://pkg.pr.new/webpack@a867eb0
  • yarn
yarn add -D webpack@https://pkg.pr.new/webpack@a867eb0
  • pnpm
pnpm add -D webpack@https://pkg.pr.new/webpack@a867eb0

@codspeed-hq
Copy link

codspeed-hq bot commented Jan 7, 2026

Merging this PR will not alter performance

Summary

✅ 72 untouched benchmarks


Comparing perf/metaEnv (5dcf213) with main (d2a124d)

Open in CodSpeed

@alexander-akait alexander-akait merged commit a867eb0 into main Jan 12, 2026
51 of 52 checks passed
@alexander-akait alexander-akait deleted the perf/metaEnv branch January 12, 2026 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants