Feat: add support for custom loaders in rspack configuration#7078
Merged
ClarkXia merged 2 commits intorelease/nextfrom Apr 14, 2025
Merged
Feat: add support for custom loaders in rspack configuration#7078ClarkXia merged 2 commits intorelease/nextfrom
ClarkXia merged 2 commits intorelease/nextfrom
Conversation
XGHeaven
approved these changes
Apr 11, 2025
XXXMrG
approved these changes
Apr 11, 2025
ClarkXia
added a commit
that referenced
this pull request
Jun 24, 2025
* fix: jsxplugs transform (#7076) * fix: jsxplugs transform * chore: change set * Feat: add support for custom loaders in rspack configuration (#7078) * feat: add support for custom loaders in rspack configuration * chore: changeset * fix: miniapp using absolute path to match route manifest (#7095) * fix(miniapp-runtime): enter same page twice then exit should not throw error (#7104) * fix: rename dropLog to dropLogLevel in config.md (#7103) * chore: update @swc/helpers to 0.5.17 (#7106) * Fix/provide (#7097) * feat: parse inject file * feat: compileIncludes * chore: change set * feat: getexportsvariable * chore: update versions (#7077) --------- Co-authored-by: Homyee King <HomyeeKing@gmail.com> Co-authored-by: XGHeaven <xgheaven@gmail.com> Co-authored-by: Frank <405267330@qq.com>
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.
This pull request introduces a new feature to the
rspack-configpackage, allowing support for custom loaders in the rspack configuration. The most important changes include adding a new parameter for custom loaders and updating the configuration to include these loaders.