Merged
Conversation
Contributor
|
For maintainers only:
|
Member
|
Oh I also tried it, I think we need update snapshots too. |
Member
Author
|
@snitin315 Yea, there is some other problems, let's ship this first, and then will ship your PRs with minor/major updates |
Member
Author
|
Because I need this for jest |
Member
Author
|
Copilot can look into minified code, that is great 😄 |
Member
Author
|
Okay, we have problems with:
|
This was referenced Jun 11, 2024
This file contains hidden or 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
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.
update deps regarding to semver
Okay, we have problems with:
$idin some schemas, previously terser remove them (we need to fix it in webpack/tooling)Summary
🤖 Generated by Copilot at 49e15a7
This pull request refactors and improves the schemas for various webpack plugins, using the
definitionskeyword to define common types and thepropertieskeyword to specify object properties. This makes the schemas more concise, readable, consistent and maintainable.Details
🤖 Generated by Copilot at 49e15a7
definitionsandpropertieskeywords for better readability and validation (link, link, link)SharedItemschema to avoid duplication and reference it inSharePluginoptions schema (link)