Skip to content
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

[Bug]: Enabling performance.profile in development mode will cause infinite compilation loop #3116

Closed
itmanyong opened this issue Aug 2, 2024 · 2 comments
Labels
🐞 bug Something isn't working need reproduction

Comments

@itmanyong
Copy link

Version

win10 pro x64
@rsbuild/core 1.0.1-beta.8

Details

开发环境下 performance.profile=true 生成的产物 dist/stats.json 会导致一直循环编译,貌似监听了很多不属于预期之内的目录或文件,是否可以进行配置或减少这类非源码非框架配置类文件
image

Reproduce link

Reproduce Steps

1.初始化一个rsbuild项目模板
2.配置 performance.profile 的值为true
3.启动项目
4.修改源码文件触发热更新

@itmanyong itmanyong added the 🐞 bug Something isn't working label Aug 2, 2024
Copy link
Contributor

github-actions bot commented Aug 3, 2024

Hello @itmanyong. Please provide a reproduction repository or online demo. For background, see Why reproductions are required. Thanks ❤️

@chenjiahan
Copy link
Member

I can not reproduce this issue, can you provide a reproduction repo?

image

@chenjiahan chenjiahan changed the title [Bug]: [Bug]: 开发环境下开启 performance.profile 会导致无限循环编译 [Bug]: Enabling performance.profile in development mode will cause infinite compilation loop Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working need reproduction
Projects
None yet
Development

No branches or pull requests

2 participants