Description
System Info
no need
Details
Lazy compilation use EventSource to make connection with server, which passes data(triggered module identifier) through url, but if there are a large amount of modules that are triggered, the url can be too long and throw error by browser
Reproduce link
No response
Reproduce Steps
Clone rspack repo
pnpm i
cd website
npm run dev
Then open the page and navigate very fast, check the console, you can see a error complains about 'url too long'