HMR Not Working When Using Pinia in a New Quasar Project #17786
Labels
area/cli
bug/1-repro-available
A reproduction is available and needs to be confirmed.
flavour/quasar-cli-vite
kind/bug 🐞
Qv2 🔝
Quasar v2 issues
What happened?
When creating a new Quasar project without Pinia, hot module replacement (HMR) works as expected. However, when creating a new Quasar project with Pinia, HMR does not function properly.
What did you expect to happen?
HMR should work seamlessly regardless of whether Pinia is included in the project or not.
Reproduction URL
https://codepen.io/rstoenescu/pen/xxEvBLR
How to reproduce?
Create a new Quasar project without Pinia:
Create a new Quasar project with Pinia:
Compare the differences between the two projects:
package.json
andyarn.lock
files for differences.Flavour
Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)
Areas
Quasar CLI Commands/Configuration (@quasar/cli | @quasar/app-webpack | @quasar/app-vite)
Platforms/Browsers
No response
Quasar info output
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: