You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm experiencing an issue with the CopyRspackPlugin in rspack when using a pattern like "*.txt". When running the compiler in watch mode and making changes to a .ts or .js file, the compiler enters an infinite loop, continuously creating new builds without stopping.
I attempted to reproduce the issue in a GitHub Codespace, but the problem did not occur there. However, on my Mac, the issue consistently manifests. I've created a sample repository that demonstrates this behavior.
System Info
System:
Binaries:
Browsers:
npmPackages:
Details
I'm experiencing an issue with the CopyRspackPlugin in rspack when using a pattern like
"*.txt"
. When running the compiler in watch mode and making changes to a.ts
or.js
file, the compiler enters an infinite loop, continuously creating new builds without stopping.I attempted to reproduce the issue in a GitHub Codespace, but the problem did not occur there. However, on my Mac, the issue consistently manifests. I've created a sample repository that demonstrates this behavior.
Reproduce link
https://github.com/bankmonitor-mihaly-szalai/rspack-repro
Reproduce Steps
npm run dev
src/index.js
fileThe text was updated successfully, but these errors were encountered: