-
-
Notifications
You must be signed in to change notification settings - Fork 578
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
feat: 🎸 json tree shaking #4858
Merged
Merged
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
github-actions
bot
added
the
release: feature
release: feature related release(mr only)
label
Dec 3, 2023
IWANABETHATGUY
force-pushed
the
feat/json-tree-shaking
branch
5 times, most recently
from
December 7, 2023 10:53
5054462
to
5fca139
Compare
Test Compatibility Diff
Unpassed tests
|
IWANABETHATGUY
force-pushed
the
feat/json-tree-shaking
branch
from
December 8, 2023 02:08
b4e369c
to
351144b
Compare
IWANABETHATGUY
commented
Dec 8, 2023
webpack-test/configCases/sharing/share-multiple-versions/webpack.config.js
Show resolved
Hide resolved
IWANABETHATGUY
commented
Dec 8, 2023
IWANABETHATGUY
commented
Dec 8, 2023
IWANABETHATGUY
commented
Dec 8, 2023
IWANABETHATGUY
commented
Dec 8, 2023
IWANABETHATGUY
commented
Dec 8, 2023
IWANABETHATGUY
force-pushed
the
feat/json-tree-shaking
branch
from
December 8, 2023 06:10
4c9df4b
to
d91f221
Compare
IWANABETHATGUY
force-pushed
the
feat/json-tree-shaking
branch
from
December 11, 2023 03:49
00cabf0
to
96261a8
Compare
ahabhgk
approved these changes
Dec 12, 2023
LingyuCoder
pushed a commit
that referenced
this pull request
Dec 12, 2023
* feat: 🎸 json tree shaking * chore: 🤖 ck point * chore: 🤖 ck points * chore: 🤖 ck point * chore: 🤖 partial runtime opt * chore: 🤖 rebase * fix: 🐛 mangle issue * chore: 🤖 update * chore: 🤖 clean * chore: 🤖 lint * chore: 🤖 update snap * chore: 🤖 recover * chore: 🤖 move import-named to packages/rspack/tests * chore: 🤖 json.parse opt * fix: 🐛 ci issue * chore: 🤖 update snap * fix: 🐛 compile error * chore: 🤖 snapshot
ahabhgk
pushed a commit
that referenced
this pull request
Jan 2, 2024
* feat: 🎸 json tree shaking * chore: 🤖 ck point * chore: 🤖 ck points * chore: 🤖 ck point * chore: 🤖 partial runtime opt * chore: 🤖 rebase * fix: 🐛 mangle issue * chore: 🤖 update * chore: 🤖 clean * chore: 🤖 lint * chore: 🤖 update snap * chore: 🤖 recover * chore: 🤖 move import-named to packages/rspack/tests * chore: 🤖 json.parse opt * fix: 🐛 ci issue * chore: 🤖 update snap * fix: 🐛 compile error * chore: 🤖 snapshot
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.
Summary
Test Plan
Require Documentation?