-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Bug]: The resolvers of unplugin-auto-import and unplugin-vue-components do not work at the same time #4709
Comments
我这俩插件是最新的我已经看过升级日志了之前
…---原始邮件---
发件人: ***@***.***>
发送时间: 2025年3月5日(周三) 上午7:10
收件人: ***@***.***>;
抄送: ***@***.******@***.***>;
主题: Re: [web-infra-dev/rsbuild] [Bug]: unplugin-auto-import和unplugin-vue-components的resolvers同时不好使了 (Issue #4709)
See: https://github.com/web-infra-dev/rsbuild/releases/tag/v1.2.12
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
chenjiahan left a comment (web-infra-dev/rsbuild#4709)
See: https://github.com/web-infra-dev/rsbuild/releases/tag/v1.2.12
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
If it's a bug, I'll first roll back to version 1.2.8 and wait for it to be resolved. Currently, using version 1.2.8 is functional |
You can add - include: [/\.vue$/, /\.vue\?vue/, /\.md$/],
+ include: [/\.vue$/, /\.vue\?vue/, /\.md$/, /\.vue\.[tj]sx?\?vue/], |
thank you Has been solved |
delete include also good |
thank you It is my original custom configuration limit. |
Version
Details
原来好好的,resolvers加载三方的地方突然不好使了,然后我三个项目同时不好使,我试了下我的vite项目是好使的只有rebuild失效了,使用pnpm和npm都试了也都清缓存了,是rebuild有什么缓存的地方吗,我用官网脚手架新建一个项目也是如此一样不生效
Reproduce link
https://gitee.com/shenyang_chess_and_card_games/rsbuild-project.git
Reproduce Steps
链接是我新建的测试项目不生效
The text was updated successfully, but these errors were encountered: