chore(plugin-vue): pre-copy vue-loader#6388
Closed
fi3ework wants to merge 1 commit intoweb-infra-dev:mainfrom
Closed
chore(plugin-vue): pre-copy vue-loader#6388fi3ework wants to merge 1 commit intoweb-infra-dev:mainfrom
fi3ework wants to merge 1 commit intoweb-infra-dev:mainfrom
Conversation
✅ Deploy Preview for rsbuild ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
419bad6 to
b925167
Compare
b925167 to
c1be309
Compare
This was referenced Oct 20, 2025
Member
Author
|
closed as prefer using https://github.com/rspack-contrib/rspack-vue-loader. |
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
in Rstest web-infra-dev/rstest#618, introduced a dedicated loader matcher using
withto implement the syncimportActualmethod. however, vue-loader has locked the known properties https://github.com/vuejs/vue-loader/blob/698636508e08f5379a57eaf086b5ff533af8e051/src/pluginWebpack5.ts#L81-L101 so an error will throw when counteringwith.since vue-loader is not maintained anymore, so pre-copy it in this PR. the pre-copy is just like the
precompilebut without bundling as there are manyrequire.resovleusage which will break after bundle.in this PR, added
withproperty tovue-loaderwith pnpm patch, so it will treatwithas known property.Related Links
Checklist