[๐] For each change we have to stop/start the dev server to refresh the stale cache in the browser
Nefcanto opened this issue ยท 0 comments
Nefcanto commented
Which component is affected?
Qwik Runtime
Describe the bug
I change a single line of code. I expect to see it in the browser. But I still see the previous state. When I see the code inside the browser, I see that the previous code is there. The new code does not get loaded no matter what.
Reproduction
No MRE
Steps to reproduce
No response
System Info
System:
OS: Linux 6.8 Debian GNU/Linux 12 (bookworm) 12 (bookworm)
CPU: (8) x64 Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz
Memory: 10.85 GB / 15.50 GB
Container: Yes
Shell: 5.2.15 - /bin/bash
Binaries:
Node: 20.17.0 - /usr/local/bin/node
Yarn: 1.22.22 - /usr/local/bin/yarn
npm: 10.9.0 - /usr/local/bin/npm
Browsers:
Chromium: 129.0.6668.89
npmPackages:
@builder.io/partytown: ^0.10.2 => 0.10.2
@builder.io/qwik: https://pkg.pr.new/@builder.io/qwik@ae09275 => 1.9.1
@builder.io/qwik-auth: ^0.2.2 => 0.2.2
@builder.io/qwik-city: https://pkg.pr.new/@builder.io/qwik-city@ae09275 => 1.9.1
typescript: ^5.6.2 => 5.6.2
undici: ^6.19.8 => 6.19.8
vite: ^5.4.8 => 5.4.8
Additional Information
No response