chore: remove @griffel/webpack-extraction-plugin and @griffel/webpack-loader - #1074
Draft
Oleksandr Fediashov (layershifter) with Copilot wants to merge 2 commits into
Draft
chore: remove @griffel/webpack-extraction-plugin and @griffel/webpack-loader#1074Oleksandr Fediashov (layershifter) with Copilot wants to merge 2 commits into
Oleksandr Fediashov (layershifter) with Copilot wants to merge 2 commits into
Conversation
…-loader Co-authored-by: layershifter <14183168+layershifter@users.noreply.github.com>
…babel-preset READMEs Co-authored-by: layershifter <14183168+layershifter@users.noreply.github.com>
Contributor
|
Copilot PR's description is not accurate to changes |
Contributor
📊 Bundle size report✅ No changes found |
Copilot started work on behalf of
Oleksandr Fediashov (layershifter)
August 4, 2026 16:13
View session
Contributor
Author
Updated the PR description to reflect what the branch actually does: removal of |
Copilot started work on behalf of
Oleksandr Fediashov (layershifter)
August 4, 2026 16:23
View session
Copilot started work on behalf of
Oleksandr Fediashov (layershifter)
August 4, 2026 16:31
View session
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.
Summary
Removes the legacy Webpack integration packages, which are superseded by
@griffel/webpack-plugin:@griffel/webpack-extraction-pluginand@griffel/webpack-loader— sources, tests,__fixtures__, project/tsconfig files, READMEs and changelogs.pathsentries fromtsconfig.base.jsonand their workspace entries fromyarn.lock.change/@griffel-webpack-extraction-plugin/*andchange/@griffel-webpack-loader/*files, and added a change file for@griffel/webpack-plugin.Code changes
packages/webpack-plugin/src/GriffelPlugin.mts: the Rspackoptimization.splitChunkserror message now refers to@griffel/webpack-plugininstead of the removed@griffel/webpack-extraction-plugin.E2E (Rspack)
e2e/rspack: thelegacy-rspack-1/legacy-css-extract-rspack-1scenarios are replaced bymodern-rspack-1/modern-css-extract-rspack-1running on@griffel/webpack-plugin;legacy-rspack-2(and its snapshot) is deleted, snapshots and Rspack configs renamed accordingly.GRIFFEL_PACKAGESconstant, and thenpmResolutions/LEGACY_BABEL_RESOLUTIONSworkaround (needed only for the Babel-based legacy chain, see Not compatible with Babel 8 #993) is gone.Docs
README.md,.github/copilot-instructions.md,e2e/rspack/README.md, and thebabel-preset,webpack-plugin,css-extraction-utils,sort-css-queriesREADMEs now point at@griffel/webpack-plugin; CSS extraction is no longer labelled "experimental".Continues the work started in #809.